* {
    background-color: #ebf1ff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;	
}

#content {
    /*
    width: 60%;
    position: absolute;
    left: 50%;
    top: 28%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -20%);
*/
    width: 60%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 100px;

    /*border-left: 4px solid #091020;
    border-right: 4px solid #091020;
    */padding: 100px;
    padding-top: 0px;
}

h1 {
    color: #091020;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
    margin-bottom: 40px;

    font-size: 3em;
}

p {
    color: #091020;
    line-height: 1.5em;

	padding-bottom: 5px;
	margin-bottom: 0px;
}

h2 {
}

h3 {
	color: #091020;
    font-weight: 400;

    margin-top: 0px;
    padding-top: 0px;

    margin-bottom: 0px;
    padding-bottom: 7px;
}

small {
    font-size: 0.6em;
}

a {
    color: #091020;
    text-decoration: none;
}

a:hover {
    color: #091020;
    text-decoration: underline 2px;
}

a:visited, a:active {
    color: #091020;
}

li {
    padding: 3px;
}
