/* body */
body { width:90%; background:lightgrey; color:#003399; }
/* font */
body, p, td, input, select, textarea { font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; }
/* links */
a { color:#003399; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:none; }
a:visited { font-weight:normal; }
/* dark gray text (e.g. Added 10 Jun 2005 by XYZ Limited) */
.c999 { color:#999999; }
/* error message (if some of the fields have not been entered) */
.error { color:#CC0000; font-size:14px; font-weight:bold; padding:3px; border:1px solid #CC0000; }
