/* Body */
body { 
font-family: Arial;
font-size: 9pt;
} 

/* Hyperlinks */
a:link, a:visited, a:active { color: navy; font-weight: bold; }

/* Fonts */
.wrong_pass { font-family: Arial; color: red; font-weight: bold; }
font { font-family: Arial; font-size: 9pt; font-weight: bold; }

/* Images */
img { border: 0px; }

/* Tables */
th { font-family: Arial; color: white; font-weight: bold; background-color: #4DBD1B; }