div,td { font-size: 9pt; } html, body, #main{ width: 100%; /* make the body expand to fill the visible window */ height: 100%; overflow: hidden; /* erase window level scrollbars */ padding: 0px; margin: 0px; font-family:'vera sans',helvetica,sans-serif; } a { text-decoration:none; color:#003300; } a:hover { text-decoration:none; color:#33CC00; }