a:link, :visited {text-decoration: none; color:blue ;}
a:hover {COLOR: #000066; text-decoration: underline;}
.host {font-family: verdana,arial; font-size: 16px;}
.10 {font-size: 10px; color: #aaaaaa;}


/* Layout Stylesheet */ 

body {
 font-family: verdana,arial; font-size: 12px;
 margin:5px;
 background:#fff;
 color: #333;
 text-align:center;
 padding:0;
 }

#outer {
 float:left;
 text-align:left;
 width:750px;
 margin:auto;
 }

#hdr {
 height:-10px;
 background:#fff;
 color: #333;
 }

#bar {
 padding:1em;
 background:#eee;
 color: #777;
 border:solid #f90;	
 border-width:0 0 2px  0;
 font-size: 90%;
text-align: right;

 }

#bodyblock {
 position:relative;
 background: #fff;
 color: #333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#fff;
 color: #fff;
  width:370px; }

#cont {
  width:370px;

 background:#fff;
 color: #333;
 b order:solid #000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 background:#fff;
 border:solid black;
 border-width:1px 0 0 0;
 font-size: 90%;
 margin:0;
 }

#right {text-align: right; }
#left {float: left; }