﻿body{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
/* all text hyperlinks */
a:hover
{
	color: #FF7C00;
}
a
{
    color: #FF0000;
    text-decoration: none;
}
a:visted
{
	color: #800000;
}
