/* CSS Document */
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e2d8d3;
	text-align: center ;
	background-color: #292929;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #640000;
	scrollbar-highlight-color: #000000;
	scrollbar-face-color: #640000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #640000;
	scrollbar-track-color: #000000;
	margin-bottom:20px; margin-top:20px;
}
/* links */ 
a:link {
	color: #b51b1d; 
	text-decoration: underline; font-family:Trebuchet MS, sans-serif, Verdana;
	
}
a:visited {
	color: #b51b1d; 
	text-decoration: underline
}
a:hover {
	color: #ffffff; 
	text-decoration: none
}
/* tables */
table {
	border:0px;
	font-size: 18px; 
	text-align: center;
}
/* headers */
h1 { font-size: 38px; margin: 0px; font-family:Impact, Arial; font-variant:small-caps; color:#f4eddf; 
}
h2 { font-size:18px; margin-bottom:0px; font-weight:normal;
}		
img { border-bottom:0px; border-top:0px; border-left:0px; border-right:0px; 
}
.tabletd { background-color: #1F1F1F; border: 1px solid #333333;
}
.imgbrd {border: 1px solid #333333;
}


