body {
  font-family: Verdana, "Lucida Sans Unicode", Arial, 
               Helvetica, Geneva, sans-serif; 
  background: white; 
  color: black; 
  margin: 0.5cm 10% 0.5cm 10%;
  background-image: url('/graphpaper.png');
  background-repeat: repeat;
}
 
H4 { margin-bottom: 0.3em; }
H5, H6 { margin-bottom: 0.2em; }


A:link { /* color: blue; */ text-decoration: none; border-bottom:1px dotted blue; }

A:visited { /* color: purple; */ text-decoration: none; border-bottom:1px dotted purple; }

A:hover { text-decoration: none; border-bottom:1px solid; }


hr { color: gray; }

dd { text-indent: 2.5em; }

#twitter_div ul li { /* background: #ccffcc; */ margin-bottom: 10px; }

