BODY {
    font-size : 10pt;
    background : #000000;
    font-family : Verdana, Tahoma, Arial, sans-serif;
    color : #FFFFFF;
}

A {
	text-decoration: none;
}

A:hover {
    text-decoration : underline;
}

