<style>

a:link       { text-decoration: none; color: darkred }
a:visited    { text-decoration: none; color: darkred }
a:active     { text-decoration: none; color: darkred }
a:hover      { text-decoration: none; color: #7e6551 }

A
{
  text-decoration: none;
  color: darkred ;
}

BODY
{
	scrollbar-face-color:lightgray;
	scrollbar-arrow-color:black;
	scrollbar-track-color:light;
}

.content-head 
{
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 200%;
	color: #3B6CE5;
}

.content-subhead 
{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 200%;
	color: black;
}

.language
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 200%;
	color: black;
}


.footer
{
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 100%;
	color: #A7A7A9;
}

TD 
{
	font-family: Trebuchet MS;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 125%;
	color: black;
}

.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 225px;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover
{
	background-color: DEDCDF;
	color: #3A6CE5;
}
</style>
