a, a:link, a:active, a:visited {
color: #333333;
text-decoration: underline;
}

a:hover {
color: #003366;
text-decoration: underline;
}

body, td, p {
color: #003366;
font-size: 11px;
font-family: verdana, arial, sans-serif;
line-height: 150%;
}

.large {
color: #003366;
font-size: 12px;
font-family: verdana, arial, sans-serif;
line-height: 150%;
font-weight: bold;
}

.stockQuote {
color: #333333;
}