/* Author Site CSS */


body {margin-top: 20px;
      background-color: #cccccc;
	  font-family: Verdana, Trebuchet MS, Helvetica, sans serif;
      font-size: 13px;
      font-weight: bold;
      color: #3c1802;
      text-align: center;}

h2 {font-size: 1.5em;
      color: #994807;}

h4 {font-size: 1.0em;
    color: #994807;}
    
table {width: 800px;
       background-color: #ba895b;
	   }
    
a:link {font-size: 1em;
	    color: #ffffff;
	    text-decoration: none;
       }
a:visited {font-size: 1em; 
	       color: #ffffff;
           text-decoration: none;
		   }
a:active {font-size: 1em;
		  color: #ffffff;
		  text-decoration: none;
		  }
a:hover {font-size: 1em;
		 color: #993300;
         text-decoration: none;
		 }
         
.footer {font-family: Verdana, Trebuchet MS, Helvetica, sans serif;
		 font-size: 0.85em;
		 font-weight: bold;
		 color: #994807;
		 text-align: center;
		 }

