/* --- css for sheldon's projects --- */

/* --- general elements --- */
/*html {  margin: 0px;
  padding: 0px;
  }*/
  
body {  font-family: 'Droid Sans', sans-serif;
  font-size: 12pt;
  line-height: 20pt;
  color: #D8E0BC; 
  background-color: #000000;
/*  margin: 0px; 
  padding: 0px;*/
/*  background-image: url(images/sheldon.png);
  background-repeat: no-repeat;
  background-position: top left;*/
  }

a:link { 
  text-decoration: none; 
  color: #ffdddd;
  }
a:visited { 
  text-decoration: none; 
  color: #ffdddd;
  }
a:hover, a:active { 
  text-decoration: underline; 
  color: #ffffff;
  }
  
/* --- specific classes --- */
#body { position: absolute;
  top: 0px;
  left: 250px; 
  width: 450px;}

#titl { text-align: right;
  margin-top: 10px;
  padding-left: 10px;
  padding-top: 10px;}

#sect { text-align: left;
  margin-top: 100px;
  padding-left: 10px;
  padding-top: 10px;
  }

a.temp {
  color: #000000;
}

