body {
 font-family: Arial;
 font-size:9pt;
 text-align: center;
 color: #004080;
 background: #C0C0C0;
}
p {
 font-size:13pt;
}
a:link {
 text-decoration: none;
 color: #004080;
}
a:visited {
 text-decoration: none;
 color: #004080;
}
a:hover {
 text-decoration: underline;
 color:#0030BB;
/* background:#004080;*/
}
a:active {
 text-decoration: none;
 color: #004080;
}
table {
 align: center;
 background:whitesmoke;
 border-style:solid;
 border-width:1px;
 border-color:black;
 margin:0px;
}
tr {
 font-size:9pt;
 border-style:none;
 border-width:0px;
 border-color:black;
}
td {
 text-align:left;
 font-size:9pt;
 border-style:none;
 border-width:0px;
 border-color:black;
/* padding:5px;*/
}
img {
 border-style:none;
}