body{
	background: #000000;
	font-size: 9pt;
	font-family: tahoma;
	color: #FFFFFF;
	margin: 0px;
	scrollbar-3dlight-color:#333333; 
	scrollbar-arrow-color:#FFCC00;
	scrollbar-base-color:#333333;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#333333;
	}

td{
	font-family: tahoma;
	font-size: 9pt;
	color: #A8A7A7;
	}
	
h1{
	font-family: tahoma;
	font-size: 10pt;
	color: #FFCC00;
	font-weight: bold;
	}
	
h2{
	font-family: tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}
	
	h2:link{
		color: #FFFFFF;
		text-decoration: underline;
		}
		
	h2:visited{
		color: #FFFFFF;
		text-decoration: underline;
		}
		
	h2:hover{
		color: #FFFFFF;
		text-decoration: none;
		}
	
ul{
	color: #FFCCOO;
	}
	
ol{
	color: #FFCC00;
	}
	
li{
	color: #FFCC00;
	}
	
hr{
	color: #545454;
	height: 1px;
	width: 100%;
	}
	
.white{
	color: #FFFFFF;
	font-weight: bold;
	}

	.white:link{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}
	
	.white:visited{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}
	
	.white:hover{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	
	.white:active{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		}
	
a:link{
	color: #FFCC00;
	text-decoration: none;
	}

	a:visited{
		color: #FFCC00;
		text-decoration: none;
		}
		
	a:hover{
		color: #FFCC00;
		text-decoration: underline;
		}
	
p{
	font-size: 9pt;
	font-family: Tahoma;
	color: #A8A7A7;
	}
	
.links{
	color: #FFCC00;
}

.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active{
	color: #545454;
	font-size: 8pt;
	}
	
.footer{
	font-size: 8pt;
	}
	
.hygiene:link{
	color: #CC3300;
	display: block;
	padding-top: 4px;
	padding-bottom: 8px;
	}
	
	.hygiene:visited{
		color: #CC3300;
		display: block;
		padding-top: 4px;
		padding-bottom: 8px;
		}
	
	.hygiene:hover{
		color: #CC3300;
		display: block;
		background-color: #333333;
		padding-top: 4px;
		padding-bottom: 8px;
		}