/* Random Interactions */

a {
color: #ffff00;
text-decoration: none;
font-weight: bold;
font-family: arial, times;
font-size: 10px;
}

a:hover {
color: #ff0000;
text-decoration: none;
font-family: arial, times;
}

a:visited {
color: #ffff00;
text-decoration: none;
font-weight: bold;
font-family: arial, times;
font-size: 10px;
}

body {
background-color:#192431;
color:#ffffff;
font-size:10pt;
font-family:Times;
margin-top:10px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

.bodytext {
font-size:10pt;
font-family:Times, arial;
color:#000000;
}