body
{
	margin:0px;
	background-color : white;
	
	background-image:url(../images/0/bg.jpg);
	
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-base-color:#88a4f0;
	scrollbar-track-color:#e0e0e0;
	scrollbar-arrow-color:#ffffff;
}
a{
	color:#0000a0;
	text-decoration: none;
}
a:hover
{
	color:#cc3300;
	text-decoration:none;
        background-color:transparent ;
}
h1{
	font-size:16px;
    margin-left : 10px;
	margin-top : 10px;
}
h2{
	font-size:15px;
}
h3{
	font-size:13px;
}
hr{
	height : 2px;	
	color:#CC3300;
}


