#topofpage {
	background: #35bf42;
	font-family: sans-serif;
	font-size: 28;
	font-style: italic;
	color: white;
        }

#topofpage img {
	margin-right: 100;
	}

#bottomofpage {
	margin-top: 2;
	padding: 2;
	text-align: right;
	background: #35bf42;
	font-family: sans-serif;
	font-size: 10;
	font-style: italic;
	color: white;
        }

#navbar {
	margin-top: 5;
	margin-bottom: 10;
	margin-left: 100;
	}

#navbar a {
        background: #35bf42;
        font-family: sans-serif;
        font-size: 14;
	text-decoration: none;
        color: black;
	padding: 5;
        }

#navbar a:hover {
	color: white;
	}

#navbar #active {
	background: #53e060;
        color: white;
	}

p {
        font-family: sans-serif;
        font-size: 14;
	color: white;
	margin-left: 100;
	margin-right: 100;
	}

h3 {
        font-family: sans-serif;
        font-size: 18;
        font-weight: normal;
	color: white;
	margin-left: 90;
	}
