body {
background-color: #6bb5e2;
}
p {text-align: center;}
td {
vertical-align:top;
}
.logo {
text-align: center;
}
.style1 {color: #FFFFFF}
.style2 {color: #000000}
.style3 {
	font-size: 12pt;
	color: #FFFFFF;
}
div{
   scrollbar-face-color: #7cc6f2; /*/ obviously change this to whatever you want /*/
   scrollbar-arrow-color: #dddddd;
   scrollbar-highlight-color: #7cc6f2;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-shadow-color: #7cc6f2;
   scrollbar-darkshadow-color: #808080;
   scrollbar-track-color: #6bb5e2;
}
a:visited    { color:blue; }
a:hover {color:white;}
