﻿body 
{
	font-size:1.1em;
	line-height:1.4em;
}

a:link 
{
	cursor: hand; color: #a80000; text-decoration:none;
}

a:visited 
{
	cursor: hand; color: #a80000; text-decoration:none;
}

a:active 
{
	color: rgb(51,102,255); font-style: normal; text-decoration: none;
}

A:hover 
{
	color: rgb(255,0,0); text-decoration: underline;
}