
body, html {
background: #ffffff;
color: #000000;
font-family: "Arial", "Helvetica", sans-serif;
}

a:link, a:visited, a:active, a:hover {
text-decoration: underline;
color: #FF6200;
}

ul, ul li {
list-style: none;
margin: 0;
padding: 0;
}

ul {
margin: 0.5em 0;
}
ul li {
padding-left: 9px;
background: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: center left;
margin: 3px 0;
}

#container2 h1 {
display: none;
}
#container3 h1 {
display: block;
}

h2 {
font-size: 16px;
border-bottom: 1px dotted black;
padding-bottom: 5px;
margin-bottom: 5px;
}
p {
text-align: justify;
text-indent: 2em;
}

.on{cursor:pointer;text-decoration:underline;color:blue;}
.off{color:#994000;}