body {background-color: white}
p {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
td {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
h1
	{
	font-size:25px;
	font-family:Georgia;
	font-weight:normal;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
}
h2
	{
	font-size:20px;
	font-family:Georgia;
	font-weight:800;
	font-style: normal;
	line-height: normal;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
h3
	{
	font-size:15px;
	font-family:Georgia;
	font-weight:800;
	font-style: italic;
}
ul
	{
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	list-style-type: square
}
a:link 
	{
	color: #006699; 
	text-decoration: underline; 
}
a:active
	{
	color: #0000ff; 
	text-decoration: underline; 
}
a:visited 
	{
	color: #009966;
	text-decoration: underline; 
}
a:hover 
	{
	color: #cc0066; 
	text-decoration: none; 
}


