<!--
p.normal {
color: black;
font-size:17px;
font-family: Times New Roman, sans-serif;
}
p.title
{
color: black;
font-size:30px;
font-family: Times New Roman, sans-serif;
font-weight: 790;
}
p.disclaimer
{
color: red;
font-size:20px;
font-family: Times New Roman, sans-serif;
font-weight: 790;
}
p.section-title
{
color: black;
font-size:19px;
font-family: Times New Roman, sans-serif;
text-decoration: bold;
font-weight:100
}
a
{
color: blue;
font-size:17px;
font-family: Times New Roman, sans-serif;
text-decoration: none;
}
a:hover
{
color: red;
font-size:18px;
font-family: Times New Roman, sans-serif;
text-decoration: none;
}
ol
{
color: black;
font-size:17px;
font-family: Times New Roman, sans-serif;
}
ul
{
color: black;
font-size:17px;
font-family: Times New Roman, sans-serif;
}
table
{
color: black;
font-size:17px;
font-family: Times New Roman, sans-serif;
}
//-->