body
{
	font-size: 11px;
	font-family: Arial, Times, Helvetica;
	background: url(pics/bg.jpg);
	background-color: #010000;
	color: white;
	scrollbar-face-color: #091312;
	scrollbar-highlight-color:  #091312;
	scrollbar-shadow-color:#091312;
	scrollbar-3dlight-color: #A5A5A5;
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-track-color: #091312;
	scrollbar-darkshadow-color:#091312;
	background-repeat: repeat-y;
	background-position: top left;
	margin-top:0;
	margin-bottom:20px;
	margin-left : 20px;
	margin-right : 20px;
	text-align: justify;
}

a:link
{
	text-decoration: none;
	color: #EFE3E3;
}
a:visited, a:active 
{
	text-decoration: none;
	color: #B16E6E;
} 
a:hover
{
	color:#9B3825;
	text-decoration: underline + overline;
	cursor: crosshair;
	text-transform : uppercase;
}

h1 {
	font-family: tahoma;
	font-size: 14px;
	width:100%;
	color :#D1D1D1;
	height: 0pt;
	text-align : center;
	letter-spacing: 2px;
	background-image : url("pics/h1.jpg");
	border:#A5A5A5 1px;
	border-style: solid;
	padding-left : 10px;
	padding-right : 10px;
	filter: #000000 blur(strength=20);
}

img
{  
border:0px;
text-align: left;}
