body  {
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-color: #232325;
	background-image: url(back.jpg);
	margin: 25px;
	scrollbar-face-color: #48484C;
	scrollbar-highlight-color: #696969;
	scrollbar-3dlight-color: #4F4F4F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #2A2A2A;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #232325;
}

body,p,li,td {
	font-size: 11px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: silver;
	text-align: justify;
}

h1  {
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: silver;
	text-align: left;
	margin-bottom: 16px;
}

h2  {
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: silver;
	text-align: left;
	margin-bottom: 16px;
}

h3  {
	font-size: 11px;
	font-family:  verdana, arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: silver;
	text-align: left;
}

hr  {
	width: 100%;
	color : gray;
	height: 1px;
}

a:link  {
	text-decoration: none;
	color: #B8860B;
}


a:visited  {
	text-decoration: none;
	color: gray;
}


a:hover,a:focus  {
	text-decoration: none;
	color: #A0522D;
}

a:active  {
	text-decoration: none;
	color: #A0522D;
}

#mainarea  {
        width: 430px;
	}
