a { font-weight: bold; text-decoration: underline; }
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #FFFF00; }
a:active { color: #FF0000; }

body { background-color: #FFFFFF; color: #333333; font-size: 14px; margin-left: 0px; margin-top: 0px; }

td { color: #333333; font-size: 14px; }
th { color: #666666; font-size: 14px; font-weight: bold; }

big { font-size: 16px; }
small { font-size: 12px; line-height: 1.5em; }

strong { font-weight: bold; }

.mono { font-family: monospace; }

.current { color: #FFFF00; font-weight: bold; text-decoration: underline; }

.gray { color: #666666; }

.grayishBlue { background-color: #E7E9EE; }
.darkGrayishBlue { background-color: #6B7B90; }

.orange { color: #EB7104; }
.backOrange { background-color: #FF9900; }
.lightOrange { background-color: #FFF5E5; }

.backWhite { background-color: #FFFFFF; }
