PRE   { font-family: monospace; }       

.hide { display: none }

.title {
	background: #999;
	padding : 4px;
	width: 100%;
	text-align: left; 
	color : #444;
	border-bottom: thin dashed #555;
/*	border-right: thin dashed #555;
	border-left: thin dashed #555;*/
	}

.subject {
	padding : 2px;
	font-family : gill, helvetica, sans-serif;
   	margin: 4px;
	text-align: left; 
	color : #a55;
	}

/*.subject:first-letter { font-size: 200%; float: left }
*/

.date {
	padding : 2px;
   	margin: 2px;
	text-align: left; 
	color : #733;
	font-family : gill, helvetica, sans-serif;
	font-size: 80%; 
	}
.nav {
	background: #eee; 
	padding : 2px;
	text-align: center; 
	color : #500; 
	width: auto;
	border: 1px solid #666;  }
	
.content {
   color : #000; 
   margin: 5px;
   width: auto;
   }  
/*.content:first-letter { font-size: 200%; float: left }
.content:first-line { font-size: 200%; float: left } */
   
.footer {
	background: #999;
	padding : 4px;
	width: 100%;
	text-align: left; 
	color : #444;
	border-top: thin dashed #555;
/*	color: #000; 
	background: #aaa; 
	border-top:  thin dashed #555; 
	border-right: none;
	border-left: none;
	border-bottom: none; 
	border: thin dashed #999;
	font-family : gill, helvetica, sans-serif;
	font-size: 100%; 
	margin: 0px;
	padding: 4px;
	width: 100%;	*/
	}

HR  { width: 90%; color:  #600; }       
                
                
H1, H2, H3, H4, H5, H6, DT,  {       
   font-family:  Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif;  
   letter-spacing : normal; 
   text-decoration : none; 
   text-transform : none; 
   border-style : none; }       
                
                
A:link  {       
  /*      text-decoration:        none;  */
        color:  #04f;
        }       
                
A:visited       {       
  /*      text-decoration:        none;  */
        color:  #36a;
        }       
                
A:active        {       
  /*      text-decoration:        none;  */
        color:  #F00;
        }                   
A:hover         {       
        text-decoration:        none;  
        color:  #F50;
        }                 

BODY    {
	background: #ccc;
	color: #333;
	margin: 0;  
	font-family: georgia, verdana, arial;
	}
