body {
	font-size: small;
}
#textMedium a:link, #textMedium a:visited, #textMedium a:hover, #textMedium a:active {
	background-color: #DDDDDD;
	color: #333333;
	border: 2px solid #AAAAAA;
}
#textLarge a:link, #textLarge a:visited, #textSmall a:link, #textSmall a:visited {
	background-color: #FFFFFF;
	color: #33a515;
	border: 2px solid #33a515;
}
#textLarge a:hover, #textLarge a:active, #textSmall a:hover, #textSmall a:active {
	background-color: #FFFFFF;
	color: #FF0000;
	border: 2px solid #FF0000;
}

