﻿a:hover {
	font-family: calibri;
	font-size: large;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
	background-color: #FFFFCC;
}
a {
	font-family: calibri;
	font-size: large;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover.Small {
	font-family: calibri;
	font-size: small;
	color: #CC3300;
	text-decoration: none;
	background-color: #FFFFCC;
}
a.Small {
	font-family: calibri;
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a.VerySmall {
	font-family: calibri;
	font-size: x-small;
	color: #0066FF;
	text-decoration: none;
}
a:hover.VerySmall {
	font-family: calibri;
	font-size: x-small;
	color: #000099;
	text-decoration: none;
	background-color: #FFFF99;
}
