BODY{
scrollbar-face-color:#6C6AA5;
scrollbar-shadow-color: #038A56;
scrollbar-highlight-color: #038A56;
scrollbar-3dlight-color: #1F65BB;
scrollbar-darkshadow-color: #11498F;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
background-attachment: fixed; 
background-image:  url(images/main.jpg); 
background-repeat: no-repeat}

}

h1{
	font-family: Veranda, Arial;
	font-size: 14px;
	color : #6C6AA5;
	text-decoration : bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 16px;
	text-transform: uppercase;
	background-color : ;
}

h2{
	font-family: Veranda, Arial;
	font-size: 14px;
	color : #FF6600;
	text-decoration : bold;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 16px;
	text-transform: uppercase;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5px;
}
	
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 16px;
}
a.link:hover {
  text-decoration : underline;
  color : #2B287C;

}

a.link {
  text-decoration : none;
  color : #6C6AA5;

}


