  body,td,th,input {
     font-family: Verdana;
	 font-size: 10px;
     color: #000000;
  }
  
  a {
    text-decoration: none;
    color: #000000;
  }
  .nav {
     font-weight: bold;
	 font-size: 12px;
	 color: #5F5F5F;
	  
  }
  
  a.nav:hover {
    text-decoration: underline;
  }
  
  .link {
     
     color: #5F5F5F;
  }
  
  .headline {
    font-size: 10px;
  
  }
  
  .footer {
    font-size: 9px;
	text-align: center;
	background: url("../images/footer.jpg");
  
  }
