a:hover {
	TEXT-DECORATION: none;
	background-color: #333333;
	color: #FFFFFF;
}
a:active {TEXT-DECORATION: none}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:link {
	TEXT-DECORATION: none;
	color: #666;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
}
.releasestext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #009999;
	color: #FFFFFF;
}
.copyrighttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
.plaintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
