/* This is the base style for the site. 
All subsequent styles should be handled as variations on this style. */
h1, h2, h3, h4, h5, h6, p, td, ol, ul {
font-size: 12px; 
color: #000000;
line-height: 18px;
}

/* Headers */
/* NOTE: additional font-sizes should be defined for header tags as needed */
h1, h2, h3, h4, h5, h6, .text_menu {
font-family: "Verdana", "san-serif";
font-weight: bold;
color: #0000CC;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 12px;
}

h4, h5 {
font-size: 10px;
}

h5 {
color: #000000;
line-height: 10px;
}

/* Body text */
p, td, ol, ul {
font-family: "Georgia", "serif";
}

/* Used for copyright footer at page bottom */
.copyright_notice {
font-size: 9px;
line-height: 12px;
text-align: center;
}

/* Used for text menu at page bottom */
.text_menu {
font-size: 10px;
line-height: 12px;
color: #000000;
text-align: center;
}

a:link {
color: #333399;}

a:visited {
color: #9966CC;}

a:hover {
color: #6666CC;}

a:active {
color: #990033;}