a { color: #FF0000; font-family: Arial }
a.hover { color: #FF0000; font-family: Arial }
body  { color: black; font-size: 12px; font-family: Arial; background-color: white; }
table.content {
        border : 0px;
        text-decoration : none;
        text-align : center;
        vertical-align: bottom;
        padding : 0px 0px 0px 0px;
        font-weight : bolder;
        font-size : 16px;
        background-color : #ffffff;
        }
        div.link {
        color: #0000ff;
        border : 4px dashed #0000ff;
        text-decoration : none;
        text-align : center;
        vertical-align: bottom;
        padding : 4px 4px 4px 4px;
        font-weight : bolder;
        font-size : 16px;
        width: 150px;
        height: 40px;
        border-width : 4px 4px 4px 4px;
        border-top-width : 4px;
        background-color : #ffff00;

}
