body 
	{
	background: #333333 url("main.jpg") fixed;
	margin: 0px;      	     
	color: #ffffff;
        font-family: arial 12px;

scrollbar-face-color:#c80815;
scrollbar-highlight-color:#c80815;
scrollbar-3dlight-color:#c80815;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#c80815;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#333333;

      	}

h1 {
padding-top:11px;
font-size:15px;
}

p {
text-align:justify;
font-size:13px;
margin-right:20px;
}

.footer {
margin-top:10px;
padding-top:10px;
background: transparent url("footer.png") repeat-x;
width:900px;
height:45px;
vertical-align:middle;
font-family: arial, sans-serif;
font-size:11px;
letter-spacing:1px;
color:#cccccc;

}


img {
border-color: #000000;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}


a:link     
	{
	font-family: "arial", sans-serif;
	font-size : 12px;
	font-weight : normal;
	color :  #c80815;
	text-decoration : underline;
	background:transparent;
	}
a:visited   
	{
	font-family: "arial", sans-serif;
	font-size : 12px;
	font-weight : normal;
	color :  #c80815;
	text-decoration : underline;
	background:transparent;
	}
a:hover     
	{
	font-family: "arial", sans-serif;
	font-size : 12px;
	font-weight : normal;
	color :  #ffffff;
	text-decoration : underline;
	background:transparent;
	}
a:active    
	{
	font-family: "arial", sans-serif;
	font-size : 12px;
	font-weight : normal;
	color :  #c80815;
	text-decoration : underline;
	background:transparent;
	}
