body {
	background-color: #f1f2e4;
	text-align: center;
}

#title {
	margin: 0px 0px 10px 0px;
}

.blocks {
	margin: 15px;
}

#credits {
	margin: 50px 0px;
}

#footer {
	margin: 0px 0px 0px 0px;
}

#home h1 {
	padding-top: 20px;
	color: #03a696;
	font-size: xx-large;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: underline;
}

h2 {
	color: #445859;
	font-size: x-large;
	font-weight: normal;
	font-family: "Myriad Pro", "Times New Roman", serif;
}

h3 {
	color: #445859;
	font-size: large;
	font-weight: normal;
	font-family: "Myriad Pro", "Times New Roman", serif;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}