  body {
font-family: Arial, Helvetica, sans-serif;
color: #660033;         /* Obscure Dull Pink */
font-size: 14px;
margin-top: 25px;
margin-left: 30px;
background-color: #330066; /* Obscure Dull Violet */
     }

table {
background:#660033      /* Obscure Dull Pink */

}

a:link { color: #cc9966 }  /* Light Dull Orage */
a:visited { color: #9999ff }  /* Pale Dull Blue */
a:active { color: #00FFFF }   /*  */
a:hover { color: #CCFFFF } /*  */


.banner a:link { text-decoration: none; color:#cccccc;}  /* pale gray */
.banner a:visited { text-decoration: none; color:#cccccc }  /* pale gray */
.banner a:active { text-decoration: none; color:#cc9966; }  /* Light Dull Orange */
.banner a:hover { color:#cc9966; }  /* Light Dull Orange */


.graytable { background:#cccccc }   /*pale gray*/
.graytable a:link { color:#330066 } /* Obscure Dull Violet */
.graytable a:visited { color:#330066 } /* Obscure Dull Violet */
.graytable a:active { color:#330066 }  /* Obscure Dull Violet */
.graytable a:hover { color:#330066 }   /* Obscure Dull Violet */

.bluetable { background:#330066; /* Obscure Dull Violet */
   color:#cccccc;       /*pale gray*/
   }

.graytext { color:#cccccc }   /*pale gray*/

.graytext1 {color: #cccccc;   /*pale gray*/
   font-size: 9px;
   }

.graytext2 {color: #cccccc;   /*pale gray*/
   font-size: 12px;
   }

.dkredtext1 {color: #660033;     /* Obscure Dull Pink */
   font-size: 12px;
   }
.dkredtext2 {color: #660033;     /* Obscure Dull Pink */
   font-size: 24px;
   }

.dkredtext3 {color: #660033;     /* Obscure Dull Pink */
   font-size: 16px;
   }

.dkredtext4 {color: #660033;     /* Obscure Dull Pink */
   font-size: 16px;
   font-weight: bold;
   }

.dkredtext5 {color: #660033;     /* Obscure Dull Pink */
   font-size: 18px;
   font-weight: bold;
   }

.ltredtext1 {color: #cc9966;     /* Light Dull Orange */
   }

