BODY{
	background-color:#000000;
	font-weight:normal;
	font-variant: normal;
	font-style: normal; 
	font-size: 12pt;
	font-family: Times New Roman, cursive;
	text-decoration:none;
	color:#FFFFFF;
}

A:link{
	font-weight:normal;
	font-variant: normal;
	font-style: normal; 
	font-size: 12pt;
	font-family: Times New Roman, cursive;
	text-decoration:none;
	color: #FFFFFF;
}

A:active{
	font-weight:normal;
	font-variant: normal;
	font-style: normal; 
	font-size: 12pt;
	font-family: Times New Roman, cursive;
	text-decoration:none;
	color: #FFFFFF;
}

A:visited{
	font-weight:normal;
	font-variant: normal;
	font-style: normal; 
	font-size: 12pt;
	font-family: Times New Roman, cursive;
	text-decoration:none;
	color: #FFFFFF;
}

A:hover{
	font-weight:normal;
	font-variant: normal;
	font-style: normal; 
	font-size: 12pt;
	font-family: Times New Roman, cursive;
	text-decoration:underline;
	color: #FFFFFF;
}

.menu{
	background-color:#FFFFFF;
	color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.showHand{
	cursor:hand;
}

.hideHand{
	cursor:normal;
}

.showAlpha{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.hideAlpha{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
