/* HTML elements */
A { text-decoration: underline; color: blue; }
A:hover { text-decoration: none; }
B { font-weight: bold; }
BODY { margin: 0px; background-color: #ffffff; font-family: Verdana, Geneva, Sans-Serif; font-size: 12px; }
TD { font-family: Verdana, Geneva, Sans-Serif; font-size: 11px; color: #000000}

/* content */
.blue   { color: #0000ff; font-family: Verdana, Geneva, Sans-Serif; font-size: 12px; text-decoration: none; font-weight:bold; }
.blue:hover { text-decoration: underline; }
.red   { color: #e32f38; font-family: Verdana, Geneva, Sans-Serif; font-size: 14px; text-decoration: none; font-weight:bold; }
