/* Author Site CSS */


body {background-color: #cccccc;
	  font-family: Verdana, Trebuchet MS, Helvetica, sans serif;
      font-size: 13px;
      font-weight: bold;
	  color: #3c1802;
	  }
	  
#container {text-align: center;
            width: 800px;
            height: 100%;
            margin-top: 20px;
            margin-right: auto;
            margin-left: 25px;
			}

h4 {font-size: 1.0em;
    color: #994807;
	}
    
table {width: 800px;
       background-color: #ba895b;
	   }
	   
tr {text-align: left;
    vertical-align: top;  
	}
    
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;
		 }
         
.h2 {font-size: 1.5em;
    color: #994807;
	}
	
	
.footer {font-family: Verdana, Trebuchet MS, Helvetica, sans serif;
		 font-size: 0.85em;
		 font-weight: bold;
		 color: #994807;
		 text-align: center;
		 }


