body {
background-color: #fad648; 
margin-top: 0px; 
magin-right: 50px; 
margin-bottom: 200px; 
margin-left: 30px;
}

hr {
border-color: black; 
background-color: black; color: black;
}

h4 {
margin-top: -15px; 
padding: 0px;	
}

h3 {
margin-top: -10px; 
padding: 0px;
}

li {
margin-top: -10px; 
magin-right: 20px; 
margin-bottom: 20px; 
margin-left: 0px;
}

#header {
background-color: #fad648; 
padding: 0px;
text-align: center;
}

#footer {
clear: left;
background-color: #fad648;
text-align: center;
padding: 0px;
height: 1%;
}

<!--  Used to display bullets in an unordered list with an invisible bullet -->
.no-bullets {
    list-style-type: none;  
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
