
body  { 
margin-top: 8px;
font-family: Arial;
font-size: 14px;
 }
 
 .text{
font-family: Arial;
font-size: 14px;
 }

 .smalltext{
font-family: Arial;
font-size: 12px;
 }

.textbold { 
font-family: Arial;
font-size: 14px;
font-weight:bold;
 }
 
 .title{
 font-family: Arial;
font-size: 16px;
font-weight:bold;
color:red;
 }
 
 .rowOdd{
background:rgb(255,250,242);
 }
 
a:link, a:active, a:visited {
color:blue;
text-decoration: underline;
font-family: Arial;
font-size: 14px;
font-weight:normal;
}

a.bold:link, a.bold:active, a.bold:visited {
color: navy;
text-decoration: underline;
font-weight:bold;
font-family: Arial;
font-size: 14px;
}
 
a:hover {
color: red;
text-decoration: none}

a.white:link, a.white:active, a.white:visited{
color:white;
text-decoration:none;
font-family: Arial;
font-size: 12px;
font-weight:bold;
}

a.white:hover {color: orange}

hr {
color:black;
height:1px;
}
