body {
  background-color: #CEE6FD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: Black;
  scrollbar-face-color:#566E85;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#566E85;
  scrollbar-3dlight-color:#566E85;
  scrollbar-darkshadow-color:#566E85;

}
ul {
  list-style-type: square;
  font-size: 16px;
}
a:link,a:visited{
  text-decoration: underline;
  color: Black;
  font-weight: bold;
  font-size: 16px;
}
a:hover,a:active{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
a.do:link,a.do:visited{
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF; 
  font-size: 16px; 
  font-family: Arial Black;
}
a.do:hover,a.do:active{
  color: #000000;
  font-family: Arial Black;
  font-size: 16px; 
  font-weight: normal;
  text-decoration: none;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #000000; 
  font-size: 16px; 
  font-family: Arial Black;
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  font-family: Arial Black;
  font-size: 16px; 
  font-weight: normal;
  text-decoration: none;
}
.text { 
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
h1 {
	font-size: 30px;
	color: #566E85;
	font-weight: normal;
	font-family: Arial Black;
	display: inline;
	padding-left: 50px;
}
h3 {
	font-size: 16px;
	color: Red;
	font-weight: normal;
	font-family: Arial Black;
	display: inline;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: White;
	font-family: Arial Black;
	display: inline;
}