 
body {
    font-family: Verdana, Arial;
    background-color: white;
    color: black;
    margin: 0;
    padding-top: 100px;
}

a {
    color: #2f5d9c;
    text-decoration: none;
}

a:hover {
    color: #456ff3;
}

img {
    border: 0;
}

.center {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

p {
    margin: 5px 10px 5px 10px;
    font-weight: 200;
    font-style: italic;
}

h1.header {
    background-color: #DF7417;
    border-bottom: 1px solid black;
    height: 48px;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 48px;
    font-size: 1.8em;
}

h2 {
    background-color: #303030;
    color: white;
    border-bottom: 1px solid #DF7417;
    border-top: 1px solid #DF7417;
    height: 20px;
    width: 90%;
    margin-top: 30px;
    padding: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 20px;
    font-size: 1em;
    clear: both;
    display: block;
}

.by {
    background-color: #DF7417;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px;
    border-style: solid;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    font-size: .6em;
}

li {
	padding: 0;
	padding-bottom: 2px;
	margin: 4px;
}

li:hover {
	font-weight: 800;
}

#content {
    overflow: auto;
    margin-top: 57px;
}
