.css {
	font-family: Tahoma;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}

.content {
        font-family: Tahoma;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
}



A:link {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:active {
	text-decoration: none;
	color: #666666;
}
A:hover {text-decoration: underline; color: black;}
