body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #006699;
	font-weight: bold
	text-decoration: underline;
}
	
a:hover	 {
	color: #FF0000;
	text-decoration: none;
	
}
	
a:visited	 {
	color: #336666;
	text-decoration: underline;
	
}
