body {
	background-repeat : repeat-x;
}

A  {
	font-size : 12px;
	font-family :Verdana, Arial,  Helvetica, Sans-Serif;
	color : #daedfe;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	color : #daedfe;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	color : #daedfe;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	color : white;
	text-decoration : none;
	font-weight : bold;
}



