body { 
   background: #fff; 
   color: #666;
   font-family: verdana, geneva, 'lucida sans', sans-serif;
   border: 0px; 
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   
   }
   
a { text-decoration: none; font-weight: bold; }
a:link    { color : #f90; }
a:visited { color : #000; }
a:active  { color : #f00; }
a:hover   { color : #999; }

/* Good fucking son of a scabrous god, what have I done in the following? 
   Quite possibly the most evil hover effect this side of the days of BLINK.
   Eek.
     */
a:hover.fontlink { text-transform: uppercase; }
   
#container {
   width: 320px;
   height: 100%;
   padding: 8px;
   }

.title { 
   width: 100%;
   text-align: center;
   
}

.fontlist { 
   height: 100%;
   vertical-align: middle; 
   text-align: right;
   padding-right: 4px;
   font-size: 9px;
   line-height: 15px;
   
   }
   
.start { 
   height: 100%;
   vertical-align: middle; 
   padding: 4px;
   color: #333;
   font-size: 9px;
   line-height: 13px;
}

.sig { text-align: right; }

.fonttitle { 
   text-align: center;
   font-size: 12px;
   line-height: 17px;
   color: #f60;
   font-weight: bold;
   }

.description { 
   text-align: justify;
   font-size: 9px;
   line-height: 14px;
   color: #000;
   }

.download { 
   text-align: center;
   padding-right: 4px;
   font-size: 12px;
   line-height: 17px;
   color: #000;
   background: #fff;
   border: 1px #fc0 solid;
   }

