﻿body 
{
	FONT-SIZE: small;
	FONT-FAMILY: Tahoma, Times New Roman;
}
a
{
	text-decoration: none;
}
.menustyle
{
	color: Black;
}
a.menustyle:hover
{
	cursor: pointer;
	border-style: outset;
	
}
.linkstyle
{
	color: Blue;
}
a.linkstyle:hover
{
	cursor: pointer;
	text-decoration: underline;
}