﻿body
{
	background-color: #f5f5f5;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 0;
}

a:link, a:visited
{
	color: #993333;
	text-decoration: none;
}

a:active
{
	color: #0066CC;
	text-decoration: none;
}

a:hover
{
	color: #993333;
	text-decoration: underline;
}

