html, body, div, form, a, img { margin: 0px; padding: 0px; border: 0px; }


body { color: #fff; background: #000; font: 1em/120% Times; }

a:link{
	color:#ffffff ;
	text-decoration : underline;
}
a:hover{
	color:#0000C0;
	font-weight: bolder;
	text-decoration : underline;
}
a:visited{
	color: #D3D3D3;
}
a:active{color:#FFFF00;}
body{
    background-color : #000000;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#AEB9B5;
	scrollbar-darkshadow-color:#808080;
	scrollbar-track-color:#808080;
	scrollbar-arrow-color:#808080;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	color: White;
}

h1{
	color : #ffffff;
	font-weight : bold;
}
h2{
	color : #ffffff;
	font-weight : bold;
	background-repeat : no-repeat;
}
text{
	color :#ffffff;
}
.ta{
width:800px;
}
img{
	word-spacing : 2px;
}
hr {
	color : #000000;
	;
	border-bottom : 1px dashed #7189a0;
	background-repeat : no-repeat;
	border-top : 0px none #000000;
}
div#layout { width: 800px; margin: 0 auto; }
#layout div#footer {clear: both; height: 40px; margin: 1em 1em 2em 0; padding-top: 1em; color: #fff; font-size: 70%; text-align: center; font-family : Georgia;border-top: solid 1px #112130;}
