/**  * You can place your custom CSS statements here  * it is better to write everything custom here  * because this file won't be replaced during upgrade  * Don't forget to rename this file to "site.css"  */ 

body {

	background-color:			#000140;

	}

a:link {
color:#ffffff;
background:transparent;
}

a:visited {
color:#ffffff;
background:transparent;
}

a:hover {
color:#ff0000;
background:transparent;
}

a:active {
color:#fff000;
background:transparent;
}

keywords {color: 	#000140;  font-size: .1em; }
