
body {
   color: #888888;
   font: 0.7em/1.7em georgia, 'bitstream vera serif', 'times new roman', serif;
   }


h1 {
   color: #666666;
   font-size: 1.7em;
	}


.black {
   color: #000000;
   }

.read {
   color: #cccccc;
   }


a { 
   color: black; 
   text-decoration: none;
   font-weight: bold;
   }


a:hover {
   border-bottom: 1px dotted black;
   }



