﻿body
{
	font-family: Arial;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	background-color: gray;
}
A:link
{
	font-family: Arial;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
A
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:active
{
	color: gray;
}
