body {
	 background-color: #FFFFFF;
     background-repeat: repeat;

	 scrollbar-face-color:#D2E5FD;
	 scrollbar-highlight-color:#D2E5FD;
	 scrollbar-3dlight-color:#D2E5FD;
	 scrollbar-darkshadow-color:#D2E5FD;
	 scrollbar-shadow-color:#D2E5FD;
	 scrollbar-arrow-color:#D088B0;
	 scrollbar-track-color:#D2E5FD;
	
	}
	
a:link {
	color: #776A8B;
	font-style: normal;
	text-decoration: underline;
}

a:visited {
	color: #776A8B;
	font-style: normal;
	text-decoration: underline;
}

a:active {
	color: #776A8B;
	font-style: normal;
	text-decoration: underline;
	
}

a:hover {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}

p {	
	color: #333333;
	font: normal 10px verdana, sans-serif;
	text-indent: 0px;
	text-align: left;

}

H1 {	
	color: 666666;
	font: bold 20px times, serif;
	font-style: normal;
	text-indent: 0px;
	text-align: right;
}












