body {
background-color: #9999FF;
color: #333333;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
margin: 0;
}

a:link {
background-color: transparent;
color: #0000FF;
text-decoration: underline;

}

a:visited {
background-color: transparent;
color: #0000FF;
text-decoration: underline;

}

a:hover {
background-color: transparent;
color: #9966FF;
text-decoration: underline;

}

a:active {
background-color: transparent;
color: #0000FF;
text-decoration: none;

}

p {
background-color: transparent;
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #CC0000;
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
}

h1 {
font-size: 28px;
margin-bottom: 5px;
}

h2 {
font-size: 24px;
margin-bottom: 4px;
}

h3 {
font-size: 20px;
margin-bottom: 1px;
}

h4 {
font-size: 16px;
margin-bottom: 2px;
}

h5 {
font-size: 12px;
margin-bottom: 1px;
}

h6 {
font-size: 9px;
margin-bottom: 0px;
}


hr {
background-color: transparent;
color: #333333;
}

li, ul, ol {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

em {
font-style: italic;
}

strong {
font-weight: bold;
}

th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}  

.backtotop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: right;
}



.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}