h1,h2,h3,h4,h5,h6,p,img,ul,li {
    margin: 0;
    border: none;
    padding: 0;
    font-weight: normal;
}
ul {
    /*padding: 10px 0 10px 2em;*/
}
li:first-child {
    border-top: 1px dotted #999;
}
p.footer {
    text-align: center;
    padding: 10px 0;
    width: 20%;
    margin: 0 auto;
}
li {
    font-family: arial, verdana, sans-serif;
    padding: .5em 0;
    line-height: 1.3em;
    letter-spacing: 0.08em;
    border-bottom: 1px dotted #999;
}
li p {
    line-height: 1.5em;
}
ul#options li {
    /*border-bottom: 1px solid black*/;
    border-top: none;
}
ul#options li div div {
    padding: 10px 20px;
}
ul#options{
    /*border-top: 1px solid black;*/
    padding: 0;
    margin: 10px ;
}
.activeOption {
    background: #EFEFEF;
}
p {
    padding: 0.5em 0;
    line-height: 1.3em;
    letter-spacing: 0.08em;
	font-family: Arial;
	font-size: 16px;
	color: #EA5E00;
	font-weight: normal;
	word-spacing: 1px;
}
a {
    color: #999;
    font-weight: bold;
}
a:hover {
    color: black;
}
p.smalltop {
    font-size: 0.8em;
    background: #EEE;
    margin-top: 5px;
    padding: 4px 8px;
    float: right;
}
h5 {
    font-size: 1.2em;
}
h5:hover {
    text-decoration: none;
}
h5 code {
    font-family: Arial;
	font-size: 15px;
	color: #666666;
	letter-spacing: 0px;
}
.important {
    padding: 15px;
    /*border: 1px solid #999;*/
    text-align: center;
    margin: 10px 0;
}
code {
    font-family: "Courier New", courier, monospace;
    font-weight: 700;
    padding-left: 4px;
    padding-right: 4px;
}