@charset "iso-8859-1";
 /* theme
 * ebms_stylesheet.css
 *
 */


a:link{
	color : #28B1D2;
	text-decoration : none;
}

a:visited{
	color : #E8E7E9;
	text-decoration : none;
}

a:hover{
	color : #C3D194;
	text-decoration : none;
}

a:active{
	color : #445A54;
	text-decoration : underline;
}


body{
	background-color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;				 
	color : #35767B;	
}

blink;