body { 
	color: #132838; 
	font-size: 1em; 
	font-family: arial, sans-serif; 
	}
	
a 	{ 
	color: #004080; 
	text-decoration: underline 
	font-weight : bold;
	}
	
a:link { 
	color: #004080; 
	text-decoration: underline 
	}
	
a:visited { 
	color: #004080;
	text-decoration: underline  
	}
	
a:hover {
	color: #AE0000;
	text-decoration: underline;
	}