/* CSS definition file containing site wide stylesheets */

BODY {
	color: rgb(255,255,0);
 	background: rgb(0,0,0) none repeat scroll top left
}

A:active {
	color: rgb(255,255,102);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	color: rgb(255,255,102)
}

A:visited {
	color: rgb(255,255,102)
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	color: rgb(255,255,0)
}

A {
	color: rgb(255,255,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	color: rgb(0,204,153);
 	font-style: italic;
 	text-decoration: none ;
 	font-variant: small-caps
}