﻿.smallFont
{
	font-family: Tahoma;
	font-size: xx-small;
}

.normalFont
{
	font-family: Tahoma;
	font-size: small;
}

.titleFont
{
	font-family: Tahoma;
	font-size:xx-large;
	margin-left:10px;
}
a:active
{
	color: Red;
}
a:hover
{
	color: Red;
}
a:visited
{
	color: Blue;
}
a:link
{
	color: Blue
}
