
 body {
     margin:0px;
     background-color:#F8FAFC;
     background-image:url(./gifs/bg_lateral.gif);
     background-repeat:repeat-x;
 }

 body, li, td, div {
     font: 14px verdana, arial, sans-serif;
     color: blue;
 }

 A:link, A:visited, A:active {
     text-decoration: underline ;
     color: blue;
 }

 A:hover {
     text-decoration: underline overline;
     color: green;
 }

 TABLE, TR, TH, TD {
     font-family: Monaco, Courier, "Comic sans MS", monospace;
     text-align: left;
 }

 H1 {
     color: red;
     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;
 }

 BOLCKQUOTE {
     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 }

 .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;
 }

 div.warning {
     background-color: #eee;
     color: #036;
     padding: 0.5em;
     margin: 1em 2em 1em 1em;
     border: 1px solid #f00;
 }

 div.box {
     border: solid;
     border-width: thin;
     padding: 0.5em;
     width: 50%;
     background: rgb(204,204,255);
     color: #000000;
 }

 .blogbody {
     font-family: verdana, arial, sans-serif;
     color: #CCC;
     font-size: large;
     font-weight: normal;
     background: #333366;
     border-left: 1px solid #666;
     border-right: 1px solid #666;
     border-bottom: 1px solid #666;
     padding: 10px;
 }

