BODY{
    background: white;
    font-size:13px;
    font-family: Verdana, sans-serif;
    color: #515151;
    margin: 0;
    padding: 0;
}
TABLE {
font-size:10px;
border-style: solid; 
border-width:1px;
border-collapse: collapse; 
}
TH { 
    text-align: center; font-weight: bold;
vertical-align: baseline;
} 
TD { vertical-align: middle;
} 
TR#row1{ background: #eee; 
 } 
P {clear: right}

A#footer{
    font-size:10px;
}

A:link {
    color: blue;
    text-decoration: none;
}
A:visited {
    color: darkblue;
    text-decoration: none;
}
A:active {
    color: red;
    font-size:small;
}
A:hover { 
    background: yellow;
}

IMG {float: right;
    }

H1 {
    font-style:italic;
    font-size: 22px;
    border-bottom: solid #515151;
    border-top: solid #515151;
    padding:1ex;
    text-align: center;
    color: red;
    background: white;
}

H2 {color: red;}
H3 {color: red;}
H4 {color: red;}

#main {
    margin:0px 210px 50px 10px;
    padding:10px; 
    width:550px;
} 

#right {
    position:absolute;
    top:20px;
    left:600px;
    height:100%;
    padding:10px;
    background-color:white;
    font-size:10px;
    line-height:17px;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:150px;
} 
/* Again, "be nice to Opera 5". */
body>#right {width:150px;} 

#footer{background: #eee;
    font-size:10px;
    text-align: center;
    width:auto;
}

#spons{background:#eee;
margin:1px;
padding:1em;
border:1px dashed #999;
}