#wrapper {
	font-family: "Marker Felt", "Comic Sans MS", cursive;
	/*font-family: "Comic Sans MS", cursive;*/
}

a {
	text-decoration: none;
}

#header h2 {
	font-size: 14px;
}

#header ul {
	font-size: 14px;
}

#header ul .selected a {
	
}

#content h1 {
	font-size: 72px;
	font-weight: normal;
}

#content h2 {
	font-size: 44px;
	font-weight: normal;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
}

#content p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
}

#content p a:hover {
	/*text-decoration: underline;*/
}

#content ul {
	font-size: 28px;
}

#content dl {
	font-size: 28px;
}

#footer ul {
	font-size: 28px;
}

#footer p {
	font-size: 14px;
}