body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ECD9FF;
	color: #009900;
}
h1, h2{
	font-family: Times New Roman, Times, serif;
	color: #5B0066;
}
h2 {
	font-weight: bold;
/*	font-family: serif; */
/*	color: #333366;*/
}
a:link, a:visited {
	color: #006699;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
	color: #55bbee;
}
