.rootline {  
                font-family: cursive;
                font-size: 11px;
	background-color : transparent;
	color : black;
	text-decoration : none;
                font-style:normal;
}

.footer {
  text-decoration:none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  vertical-align: middle;
  color: #212458;
  text-align:right;
  font-weight:bold;
  padding-right:30px;
  font-style:normal;
}


/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333
*/


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; color: #000000; }
PRE { font-family: monospace; }
A { color: #800000; text-decoration: none; font-style:italic;}
A:hover { color: #660000; text-decoration: underline;}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 13px; }
P A { color: #800000; text-decoration: none; font-weight:bold; font-style:italic;}

INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 13px; }
