/* 
This is the EMK Blue Background Stylesheet.
	Font - arial
	Foreground text - white  #FFFFFF
        Background - blue  #000099
	Links (bold) -
		regular - yellow  #FFFF00
		visited - light blue  #66FFFF
		active - #FF0000
	
*/

body   	{ 
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	background:  #000099
	}

A:link 	{       
	font-weight:  bold;
	color:  #FFFF00
	}  

A:visited	{       
	font-weight:  bold;
	color:  #66FFFF
		}     

A:active	{       
	font-weight:  bold;
	color:  #FF0000
                }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
