body {
	background-color: #666666;
	color: white;
	font-size: 14px;
}

a:link, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;	
}


a:active {
	text-decoration: underline;
	color: white;	
}

p.contact {
	font-size: 12px;
}