A:link { text-decoration:none; color:#FF0000; }
A:visited { text-decoration:none; color:#990000; }
A:active { text-decoration:none; color:#FFFF00; }
A:hover { text-decoration:underline; color:#FF6666; }

td {
     font-family: Verdana, Arial, Helvetica, Sans-Serif;
     font-size: 11px;
     font-weight: 400;
     color: #000000;
}
.pic {background: #eeeeee}
.txt {padding-left: 5px}
.rightcol {padding: 5px; background: #ffffff}

h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px
}
h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0px
}
h3 {
    font-size: 11px;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    margin: 0px
}
h4 {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin: 0px
}
.red {
    color: #FF0000;
}
.left {
    text-align: left;
}