body {

        background-color: #ffffff;
        background-position: center;
        margin: 0px;
        padding: 0px;
        color: #000000;
        font-size: 12px;   
        font-family: sans-serif, tahoma, arial;
        letter-spacing: 0px;
}

#news {
        color: #000000;
        text-align: left;
        font-size: 12px;
        font-family: sans-serif, tahoma, arial;
        letter-spacing: 0px;
}

A:link {
        text-decoration: none;
        color: #0000dd;
        font-weight: bold;
}

A:visited {
        text-decoration: none;
        color: #0000dd;
        font-weight: bold;
 }

A:active {
        text-decoration: none;
        color: #0000dd;
        font-weight: bold;
 }

A:hover {
        text-decoration: underline;
        color: #0000ff;
        font-weight: bold;
 }