html, body {
    height: 100px;
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, sans-serif;
    font-size: 22px;
}

#logo {
    text-align: center;
    margin-top: 100px;
}

#main {
    text-align: center;
}


h1 {
	font-weight: bold;
	font-size: 40px;
	margin-top: 20px;
	color: #668000;
}

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