/********************

    BASE STYLES

********************/

body { 
  font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color:#5f5f5f;
  font-size:14px;
  background: #DCFD96;
  }
  
h1 { 
    margin: 0 auto;
    margin-top: 5em;
    width: 300px;
    height: 82px;
    text-align:center;
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat; 
    }
    
p {
  width: 400px;
  margin: 0 auto;
  margin-top: 1em;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
}    

a, a:visited {
  color: #75B126;
  text-decoration:none;
  border-bottom: 1px dotted #75B126;
  font-weight: bold;
  font-size: 95%;
}

a:hover, a:visited:hover {
  color: #0066FF;
  text-decoration:none;
  border-bottom: 1px solid #0066FF;
  font-weight: bold;
  background-color:0;
}