body {
  margin:0px; padding:0;
  color:#000; background:#fff;
  
  font:1em Verdana, sans-serif;
  
  background-image:url("../logo/logo.png");
  background-attachment:fixed;
  
  background-position:98% 85%;
  background-repeat:no-repeat;
}

a:link { color:#369; text-decoration:underline; }
a:visited { color:#900; text-decoration:none; }
a:hover { color:#900; text-decoration:none; }

#container {
  margin:50px;
}

h1, h2, h5 {
  font-weight:normal;
}

h1 {
  font-size:1.75em;
  margin-bottom:2em;
}

h2 {
  font-size:22px;
  border-bottom:2px solid #eee;
  padding-bottom:6px; 
  margin-bottom:0.8em;
} 

p {
  line-height:25px;
  text-align:justify;
  padding-right:50px;
}

ul {
  margin:0 0 3em 2em; padding:0; 
}

li {
  line-height:25px;
  padding:0;
}

h5 {
  margin:0; 
  padding:10px; padding-bottom:15px;
  text-align:right;
  
  font-size:14px;
  background:#eee;
  border-top:1px solid #000;
}


