BODY.main {     
   background-image: url(GSMbkgnd.jpg);
   background-repeat: no-repeat;
   background-position: top center;
   SCROLLBAR-FACE-COLOR: #ffffff;
   SCROLLBAR-HIGHLIGHT-COLOR: #000000;
   SCROLLBAR-SHADOW-COLOR: #000000;
   SCROLLBAR-3DLIGHT-COLOR: #ffffff;
   SCROLLBAR-ARROW-COLOR: #000000;
   SCROLLBAR-TRACK-COLOR: #c0c9d1;
   SCROLLBAR-DARKSHADOW-COLOR: #ffffff;}
}

font {
   font-family: "Times New Roman";
   font-size: 14pt;
   font-weight: none;
   color: #ffffff;
   text-decoration: none;
}

font.text {
   font-family: "Times New Roman";
   font-size: 12pt;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}

font.contact {
   font-family: "Times New Roman";
   font-size: 14pt;
   font-weight: none;
   color: ffffff;
   text-decoration: none;
}

font.signature {
   font-family: "Times New Roman";
   font-size: 10pt;
   font-weight: none;
   color: ffff99;
   text-decoration: none;
}

a:link {
   font-family: arial;
   font-size: 10pt;
   font-weight: 600;
   color: Darkblue;
   text-decoration: none;
}
			
a:visited {
   font-family: arial;
   font-size: 10pt;
   font-weight: 600;
   color: #336699;
   text-decoration: none;
}

a:hover {
   font-family: arial;
   font-size: 10pt;
   font-weight: 600;
   color: red;
   text-decoration: underline;
}

a:active {
   font-family: arial;
   font-size: 10pt;
   font-weight: 600;
   color: #ff0000;
   text-decoration: none;
}