
 A:link, A:visited, A:active { text-decoration: none }
 A:hover { color: red ; }

 TABLE, TR, TH, TD {
     font-family: Monaco, Courier, "Comic sans MS", monospace;
 }

 H1 {
     color: red;
     background-color: #C0C0C0 ;
     font-weight: 900;
     font-family: sans-serif;
 }

 H2 {
     color: blue;
     background-color: #C0C0C0 ;
     font-weight: 700;
     font-family: sans-serif;
 }

 H3 {
     color: green;
     background-color: #C0C0C0 ;
     font-weight: 500;
     font-family: sans-serif;
 }

 EM {
     color: green;
     font-weight: 900;
     font-family: normal;
 }

 BLOCKQUOTE {
     font-style: italic;
     font-family: sans-serif;
     font-size: 90%;
 }

.bigblue {
     font-size: 30pt;
     color: blue;
     font-weight: 900;
 }

.mycode {
     font-family: courier;
     font-weight: bold;
 }

#item1ID { font: 72pt Courier }

.do_float {
     float: right ;
     border: 1px solid red ;
     width: auto ;
     padding: 2px ;
     margin: 1px 5px 1px 1px ;
 }
 
.tblcal, .tblcal TD, .tblcal TH {
     font-family: "Comic sans MS", Verdana, Arial, Helvetica, monospace, sans-serif;
     font-size: 10px;
     background-color: white;
     color: blue;
     text-align: center;
 }

.tbldom, .tbldom TD, .tbldom TH {
     color: red;
 }
