body {
	background-color: #953145;
}
html { 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-track-color:#953145; 
scrollbar-face-color:#953145; 
scrollbar-highlight-color:#953145; 
scrollbar-3dlight-color:#953145; 
scrollbar-darkshadow-color:#953145; 
scrollbar-shadow-color:#953145; 
} 

body, td, th {
	color: #FFffff;
	font-familly: tahoma;
	font-size:11px;
	font-weight: bold;
}

h1 {
	color: #FF6666;
}

h2 {
	color: #FF99CC;
}

h3, h4 {
	color: #CC9999;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
