﻿a,
a:link,
a:hover,
a:visited
{
	color: Red;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

