
body {
	font-family: Lucida Calligraphy, Garamond, serif;
	background-color: #CCFFCC;
	margin-top: 5px;
	
}

	
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	
}


a:hover {
	color: #009933;
	text-decoration: underline;
	background:#FFFFFF;
}


h1	{
	color: #000099;
	font-size: 40px;
}

