<!--
div {
font-weight: bold;
font-size:20pt;
font-family: verdana, helvetica, arial;
text-align: center;
color: white;
}
body
{
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
background-color: gray;
color: white;
}
table
{
font: bold 10pt verdana, helvetica, arial;
color: white;
}

table.a
{
background-color: black;
font: 12pt verdana, helvetica, arial;
}
p
{
font: 10pt verdana, helvetica, arial;
text-ident: 15%;
text-align: justify;
}
a:link.box, a:visited.box
{
border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
color: white;
line-height: 5px;
text-decoration: none;
}
a:hover.box
{
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
color: black;
background-color: gray;
line-height: 5px;
}
-->

