body           
  { 
    background-color: #fff; 
    font-family: helvetica, verdana, sans-serif; 
    font-size: 13px; 
    color:#000;
  }

#base          
  { 
    width: 700px;
    margin: auto; 
  }

a 
  { 
    color: black;
    font-weight:700; 
  }
               
a:visited, a:active      
  { 
    color: #000; 
  }
  
a:hover        
  { 
    color: #aaa; 
  }

#otaznik-logo  
  { 
    margin: 100px 30% 5px; 
    width: 235px; 
    height: 150px; 
  }

#wishlist, #wishlist a
  {
    color:#ddd;
    background-color:#fff;
    position:fixed;
    top: 0px;
    right: 0px;
  }
  
img            
  { 
    border:0pt; 
  }

h1,h2,h3,h4 
   {
    font-weight: 100;
  }
  
h1             
  { 
    margin-top: 40px;
    font-size: 20px;
  }
  
h2             
  { 
    margin-top: 30px;
    font-size: 18px;
  }


ul.subdomains  
  { 
    margin: 10px;  
  }

#svobodni
  {
    margin-left:130px;
  }

.done
  {
    color: #ddd;
    text-decoration: line-through;
  }