﻿body 
{
	font-family:Times New Roman;
	
}
A:link
{
	font-family:Times New Roman;
	font-style:normal;
	color: Black;
	text-decoration: underline;
}
a:hover
{
	
	text-decoration: none;
	text-transform:uppercase;
	color:Red;
}


A:visited
{
	color:Black;
	
}
A:active
{
	
}
