BODY {
      background-image: url(graphics/bgbatteryg.gif);
      background-attachment: fixed;
      font-family: "Times New Roman";
      font-size: small;
      color: #000000;
     }
     
H2 {color: #cc0033}

.italic  {font-style: italic}
.bold    {font-weight: bold}
.normalweight {font-weight: normal}
.smallernormal {font-size: smaller;
	        font-weight: normal;
	        }
.smallerbold {font-size: smaller;
	        font-weight: bold;
	        }
.smaller{font-size: smaller}

.bolditalic {
             font-weight: bold;
             font-style: italic;
            }
a:link    {color: #0033cc}
a:active  {color: #0033cc}
a:visited {color: #0033cc}
a:hover   {color: #ff0000;
           font-size: 110%;
          }            
A.noline  {text-decoration: none} 
