body {
	font-size: Medium;
}
#textMedium a:link, #textMedium a:visited, #textMedium a:hover, #textMedium a:active {
	background-color: #FFFF66;
	color: #006600;
	border: 1px solid #006600;
}
#textLarge a:link, #textLarge a:visited, #textSmall a:link, #textSmall a:visited {
	background-color: #FFFFFF;
	color: #006600;
	border: 1px solid #006600;
}
#textLarge a:hover, #textLarge a:active, #textSmall a:hover, #textSmall a:active {
	background-color: #FFFFFF;
	color: #FF0000;
	border: 1px solid #FF0000;
}
