body {
	background-color: #DEB887;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	color: Maroon;
}

div.body {
    width: 100%;
    text-align: center;
}

div.page {
    clear: both;
    margin-right: 20px;
}

div.page h1 {
    color: grey;
    font-size: 28px;
}

div.page h2 {
    font-size: 20px;
}

div.page h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: -10px;
    text-decoration: underline;
}

div.page p {
    clear: both;
}

div.list_one, .list_two {
    font-family: Arial, Helvetica, sans-serif;
}

div.list_one ul, .list_two ul {
    text-align: left;
    list-style-type: none;
}

div.list_one {
    float: left;
}

div.list_two {
    float: right;
}

