﻿body
{
	font-family: Tahoma;
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	background-image: none;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
	color: #FF9900;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #009933;
	list-style-type: none;
}
