﻿body
{
	font-family: Arial;
}
A:link
{
	text-decoration: none;
	color: blue;
}
A:visited
{
	color: blue;
	text-decoration: none;
}
A:hover
{
	color: maroon;
	text-decoration: underline;
}