﻿body
{
	background-color: #006699;
	
}
a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: maroon;
}
a:link
{
	text-decoration: none
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
table
{
	background-color: #FFFFFF;
	text-align: left;
}
li
{
	list-style-type: circle;
	list-style-position: outside;
}
