﻿body
{
	font-family: Tahoma;
	font-size: 13px;
	background-color: #FFFFFF;
}
td
{
	font-family: Tahoma;
	font-size: 13px;	
}
h1
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 22px;
	color: #918D90;
}
A:link
{
	color: #0000FF;
	text-decoration: none;
}
A:visited
{
	color: #0000FF;
	text-decoration: none;
}
A:hover
{
	color: #0000FF;
	text-decoration: underline;
}
A:active
{
	color: #FF0000;
	text-decoration: underline;
}
ul
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
li
{
	color: #FF0000;
	margin: 16px;
}

