b.bl
{
color:blue;
}
table.ltgray
{
background: #f0f0f0;
}
table.dfm
{
font-family: sans-serif;
font-size: 0.7em;
}
tr.dfm{background: #e0e0e0}
tr.ltgray{background:#f0f0f0}

table
{
background: white;
}
tr.vvb
{
background: blue;
color: white;
font-family: sans-serif;
font-size: 0.7em;
text-align: right;
}

body
{
background: #c0c0c0;
background-repeat: repeat-y;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
}

h1{color: red;font-family: sans-serif;font-weight: bold;font-size: 2.5em; text-decoration: underline}
h2{color: blue;font-family: sans-serif;font-weight: bold;font-size: 2em;}
h3{color: blue;font-family: sans-serif;font-weight: bold;font-size: 1.1em;}
h4{color: blue;font-family: sans-serif;font-weight: bold;font-size: 0.6em;}

p
{
font-family: serif;
font-weight: normal;
font-size: 1em;
text-indent: 40px;
text-align: justify;
margin: 0px 5px 0px 5px;
}
p.nav
{
text-indent: 0px;
font-family: sans-serif;
font-size: 0.7em;
text-align: center;
margin: 0px 0px 0px 0px;
font-weight: bold;
}
p.answer
{
font-family: serif;
font-weight: normal;
margin: 10px 50px 0px;
color: blue;
}
strong{ font-weight: bold }
strong.red{ color:red; font-weight: bold; }
address
{
font-size: 0.9em;
text-indent: 50px;
font-weight: normal;
}
address.mb
{
text-align: right;
font-weight: normal;
}

ol.mb, ul.mb
{
font-family: serif;
font-weight: normal;
margin: 10px 50px 0px;
color: blue;
}


A:link { color: blue; text-decoration: none }
A:visited { color: blue; text-decoration: none }
A:active { color: red; text-decoration: none}
A:hover { color: red; text-decoration: underline }

A.mb:link { color: red; text-decoration: none }
A.mb:visited { color: red; text-decoration: none }
A.mb:active { color: red; text-decoration: none}
A.mb:hover { color: black; text-decoration: underline }

A.vvb:link { color: white; text-decoration: underline }
A.vvb:visited { color: white; text-decoration: underline }
A.vvb:active { color: white; text-decoration: underline }
A.vvb:hover { color: black; text-decoration: underline }