

p { 
	font: 3em/2em Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 10px 0 0 10px; 
	}
	
a:link {
	color: #000000;
	font: 30px;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color: #000000; font: 30px;
		text-decoration: none;
}  /* visited link */
a:hover {
	color: #000000; 	font: 30px;
		text-decoration: none;
}  /* mouse over link */
a:active {
	color: #000000; 	font: 30px;
		text-decoration: none;
}  /* selected link */