body {
background: #FFFFFF;
color: #0033CC;
text-align: left;
margin-left: 3%;
margin-right: 3%;
font-style: normal;
font-family: Georgia, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
font-style: normal;
background: #FFFFFF;
color: #0033CC;
text-align: left;
font-weight: bold;
font-family: Georgia, Times, serif;
}

ul, dl, p, td, li, dt, dd {
background: #FFFFFF;
color: #0033CC;
font-style: normal;
line-height: 150%;
font-family: Georgia, Times, serif;
}

ul li {
list-style: square;
}

ol li {
list-style: decimal;
}

a:link, a:visited {
background: #FFFFFF;
color: #0033CC;
}

a:hover, a:active {
background: #0033CC;
color: #FFFFFF;
}

hr {
color: #0033CC;
background: #FFFFFF;
height: 2 px;
}

pre, tt {
background: #FFFFFF;
color: #0033CC;
font-family: courier, monospace;
font-style: normal;
}

