body { 
	background: #fffff5;
       	font-family: sans-serif;
	margin: 15px;
}

a { 
	color: #003366;
    	text-decoration: none;
}

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

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

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

a:hover	{ 
	color: #003366; 
	text-decoration: underline; 
}

hr { 
	border-style: solid;
     	border-width: 1px;
     	background: #000000;
}
