body{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #FFFFFF;
	color: #000066;
	scrollbar-3d-light-color:#ffFFff;
	scrollbar-arrow-color:#ffFFff;
	scrollbar-base-color:#000066;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-face-color:##ffFFff; 
	scrollbar-highlight-color:#ffFFff;
	scrollbar-shadow-color:#000066;
	scrollbar-track-color:#0000CC;
  }
h1{
	font-size: 36pt;
	color: #000066;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: thick #000066 dotted
}
h2{
	font-size: 24pt;
	color: #000066;
	text-align: center;
	vertical-align: middle;
	margin-left: 10%;
	margin-right: 10%;
	border: 10px inset;
	border-color: #000066 #000099;
	background: #FFFFFF
}
h3{
	font-size: 24pt;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;	
	vertical-align: middle;
	margin-right: 25%
}
a{
	text-decoration: none;
	color: #000066
}
a:visited{
	color: #000066;
	text-decoration: none
}
a:hover{
	color: #FFFFFF;
	background: #000066;
	text-decoration: underline
}
a:active{
	color: #FFFFFF;
	text-decoration: none;
	background: #0000CC
}
