body {
	font-size: small;
}
#textMedium a:link, #textMedium a:visited, #textMedium a:hover, #textMedium a:active {
	background: #FFFFFF;
	color: #B4B4B4;
	border: 2px solid #B4B4B4;
	font-weight: bold;
}
#textLarge a:link, #textLarge a:visited, #textSmall a:link, #textSmall a:visited {
	background: #5E87D9;
	color: #FFFFFF;
	border: 2px solid #5E87D9;
	font-weight: bold;
}
#textLarge a:hover, #textLarge a:active, #textSmall a:hover, #textSmall a:active {
	background: #FFFFFF;
	color: #E62870;
	border: 2px solid #E62870;
	font-weight: bold;
}


