﻿body
{
	font-family: Arial;
	background-color: Gray;
	font-size: 10pt;
	color: black;
}
A
{
	font-size: 10pt;
	color: blue;
	font-family: Arial;
}
A:visited
{
	color: blue;
}
A:hover
{
	font-size: 10pt;
	color:Blue;
	font-family: Arial;
}
