﻿body
{
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	font-size: 10pt;
}
a:
{
	text-decoration: none;
}
a:link
{
	color:Blue;
	text-decoration: none;
}

a:visited
{
	color:Blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
