root { 
    display: block;
}

body {
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;}

td {
    text-align: center;
    font-family: Verdana;
    font-size: 10pt;
}

img {

    border-width: 0px;

}

a {

    text-decoration: none;
    color: #D40000;

    
}
a:hover {

    text-decoration: underline;
    color: #000000;

}
