body	{
	color: #EEE;
	background: #004080;
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: #FFF;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #FFF;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #FFFF33;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #FFF;
	background: transparent;  
	}
	
h1	{
	font-size: medium;
	font-weight : bold; 
	color:#FFF;
}
