{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #000000;
margin: 0px 0px 0px 0px;
	scrollbar-3dlight-color: #AFAFAF;
    scrollbar-track-color: #AFAFAF;
    scrollbar-shadow-color: #AFAFAF;
    scrollbar-face-color: #7B7B7B;
	scrollbar-arrow-color: #FF0000;
	scrollbar-darkShadow-color: #AFAFAF;
	text-align:center;
	}

.clear { clear: both; }
/* start layout */

table.center {margin-left:auto; margin-right:auto;}

.usedtext{
	color:blank ; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	font-weight: bold;	
	text-align:left;
	padding:2px 0 0 2px;
}

.usedlink{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	font-weight: bold;	
	text-align:left;
	padding:2px 0 0 2px;
}
.usedlink A:link{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	font-weight: bold;	
	text-align:left;
	padding:2px 0 0 2px;
	text-decoration:none
}
.usedlink A:active{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	font-weight: bold;	
	text-align:left;
	padding:2px 0 0 2px;
	text-decoration:none
}
.usedlink A:visited{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	font-weight: bold;	
	text-align:left;
	padding:2px 0 0 2px;
	text-decoration:none
}
.usedlink A:hover{
	color:#333333 ; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	font-weight: bold;	
	text-align:left;
	padding:2px 0 0 2px;
	text-decoration:none
}

.menu{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: 8px; /* font size */
	text-align:center;
	font-weight:bold;
}
.menu A:link{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: 8px; /* font size */
	font-weight: bold;	
text-align:center;
	text-decoration:none
}
.menu A:active{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: 8px; /* font size */
	font-weight: bold;	
text-align:center;
	text-decoration:none
}
.menu A:visited{
	color:red ; /* text color */
	font-family: Arial; /* font name */
	font-size: 8px; /* font size */
	font-weight: bold;	
text-align:center;
	text-decoration:none
}
.menu A:hover{
	color:#ffffff ; /* text color */
	font-family: Arial; /* font name */
	font-size: 8px; /* font size */
	font-weight: bold;	
text-align:center;
	text-decoration:underline;
}