/* BEGIN GLOBAL STYLES */

A:link {
text-decoration: none; 
color: #B2B8B4;
}

A:visited {
text-decoration: none; 
color: #D5D8D6;
}

A:active, A:hover {
text-decoration: underline; 
color: #A70018;
}

body {
background: #ffffff;
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt;
}

/* input {
 background-color: #C5C5C5; */
}



/* END GLOBAL STYLES */

