/* --- General --- */

body	{
	height:100%;
	background-color:#F8F8B3;  <!-  CCCCCC -->
}

.Copyright	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color:#F8F8B3;
}
.biotext	{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.zz {border:2px solid #990000 }

/* --- Links --- */

A:Link	{
	color:#FF6666;
	text-decoration:none;
}

A:Hover	{
	color:#FFFFFF;
	text-decoration:underline;
}

A:Visited	{
	color:#FF6666;
	text-decoration:none;
}

A:Active	{
	color:#FF6666;
	text-decoration:none;
}