  
  table {
    border-collapse: collapse;
    border-color: #3C8D05;	    
  }
  
  td {
	  vertical-align : middle; 
	  font-family : Georgia, "Times new roman", Times, serif;
	  font-size : 12px;
    border-width: 1px;	
    border-color: #3C8D05;	    
    padding: 15px;
  }
  
  table.content {  
    background-color:white;
    width:70%;
  }
    
  a {text-decoration:none }
  a:visited { color:#3C8D05 }
  a:active { color:#3C8D05 }
  a:hover { text-decoration:underline }
  a:link { color:#3C8D05 }
  
  .shortcut {text-decoration:none }
  .shortcut:visited { color:white }
  .shortcut:active { color:white }
  .shortcut:hover { text-decoration:underline }
  .shortcut:link { color:white }  
  
  body {
    margin:0px;
		background: #000 url("http://www.moult.org/uploaded_img/page_bg.gif") top repeat;  
  };  
  
  input {
    background-color : white;
    font-size : 100%;
  }   

  h2 { 
	  font-size: 16px;
	  font-weight:bold;
	  color:#3C8D05;
	  font-family:Georgia, "Times new roman", Times, serif;
	  padding-left:20px;
	  padding-top:1px;
	  margin:0;
    text-transform: uppercase;	  
    background:url("http://moult.org/uploaded_img/hbg.gif") 0 6px no-repeat #FFFFFF;    
  }
  
  h1 { 
	  font-family:Georgia, "Times new roman", Times, serif;
	  font-size: 14px;	  
    letter-spacing: 1px; 
    margin-bottom: 0px;    
	  color:#3C8D05;
  }  
  
  ul {
	  margin: 1em 0 1.5em 60px;
	  padding: 0;
	  list-style-type: square;
	  left: 30px;  
  }
