body { text-align: center;
       /*background-color: #999999;*/
       background: #65B822 url(images/grass.jpg);
       background-repeat:repeat-y;
       background-position: center;
       font-family: verdana;
       font-size: 10pt;
     }
	 
h1{ font-size:16pt;
    font-weight:bold;
  }
  
h2{ font-size:12pt;
    font-weight:bold;
  }

.normal {font-size:10pt;
        }

.small {font-size: 8pt;
       }
			
.content { /*background: #999999;*/
           text-align: left;
         }
		 
.footer { background: #ff0000;
          color: #FFFFFF;
          width: 1000px;
          height: 30px;
          text-align:left;
        }
a.foot:link{color:#FFFFFF; text-decoration: none}
a.foot:visited{color:#FFFFFF; text-decoration: none}
a.foot:hover{color:#000000; text-decoration: none}
			  
/*
Blue - #0033CC
Red - #FF0000
Grey - #999999
*/