a:hover {  color: red; text-decoration: none}
body {
	background-image: none;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
a:link {  color: blue; text-decoration: none}
a:visited {
	text-decoration: none;
	color: blue;

}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000084;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
}
