body, p, br, b, i, ul, li, a, td, th, pre, iframe, input, select, textarea, span, div, table, tr {
 /* background: #B5CFE0; */ /* another nice blue */
 /* background-color: #004D81; */ /* lovely dar blue */
 /* background-color: #281D55; */ /* really dard blue */
 /* background-color: #E5EEF6; */
 /* background-color: #D2E7F4; */
 font-family: Verdana;
 font-size: 8pt;
 /* background-color: #fefefe; */
}

p {
 margin-top: 0.5em;
}

a.menu {
 white-space: nowrap;
 color: #003399;
 font-weight: bold;
 margin: 0px 0px 0px 5px;
}

a:link {
 color: #0033cc;
 /* text-decoration: none; */
}

a:active {
 color: #0033cc;
 /* text-decoration: none; */
}

a:visited {
 color: #0033cc;
 /* text-decoration: none; */
}

a:hover {
 color: #dd0000;
 /* text-decoration: underline; */
}

.content {
 width: 640px;
 height: 100%;
 color: #003399;
 background-color: #fefefe;
 border: 4px solid #C8D5DF;
 padding: 12px;
 padding-top: 10px;
 text-align: justify;
}

.subcontent {
 color: #003399;
 background-color: #fefefe;
}

.medtitle {
 color: #cc0000;
 font-style: italic; 
}

.presstitle {
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 font-family: Times New Roman;
 text-decoration: underline;
}

