@charset "utf-8";
/* CSS Document */

/* Front shading and background */

body
{background:rgb(0,96,191);
 background-position: center center;
 color:rgb(255,255,255);
 margin-top: 35px;
 margin-left: 8px;
 margin-right: 8px;
 margin-bottom: 8px;
 scrollbar-base-color: rgb(0,96,191);
 scrollbar-arrow-color: rgb(255,255,255);} 

a.headlink:active   { color: rgb(222,222,238); text-decoration: underline}
a.headlink:hover  { color: rgb(128,191,255); text-decoration: underline}
a:visited     { color: rgb(222,222,238); text-decoration: none}
a:link  { color: rgb(128,191,255); text-decoration: none} 	

