﻿/* This is the CSS sheet for a specific area */

a:link {
	color: blue;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}