    /* SIMPLE */	  
  
    /* ---------- Text ---------- */
    html, body {
    	font-family: Arial, Verdana, sans-serif;
        /* font-size: 11px;   or 82%? */
        font-size: 82%;
    }
  
    h1 {
  	    font-size: 15px;
  	    margin: 0px;
    }
  
    h2 {
  	    font-size: 13px;
  	    margin: 20px 0px 0px 0px;
    }
  
    h3 {
  	    font-size: 11px;
  	    margin: 0px;
    }
    
    dd {
    	margin-left: 10px;
    }
  
    #text p {
  	    text-align: justify;
  	    margin: 0px 0px 13px 0px;
    }
  
    /* ---------- Links ---------- */
    a {
  	    color: #000; /* or #333? */
  	    background: none transparent;
  	    text-decoration: none;
    }
  
    a:hover {
  	    color: #900;
  	    background: none transparent;
  	    text-decoration: underline;
    }
  
    #menu a {
  	    color: #666;
  	    background: transparent none;
    	text-decoration: none;
    }
  
    #menu a:hover {
  	    color: #900;
  	    background: transparent none;
  	    text-decoration: none;
    }
    
    #menu a.selected {
        color: #000;
        background: transparent none;
    }
    

  
  
    /* ---------- Images ---------- */
    img {
  	    border: 0px;
    }
    
    #footer img {
        margin: 8px 0px 8px 8px;
    }
  
  
    /* ---------- Structure ---------- */
    #container {
  	    width: 400px;
    }
    
    #thumbs img {
    	float: left;
    	margin-right: 3px;
    }
    
    #nav1, #nav2, #nav3 {
        display: none;
    }