body {
	font-family: "Comic Sans MS", Geneva, Arial, Helvetical;
	font-size: 16px;
	color: #5f1802;
	font-weight: normal;
	font-variant: normal;
	background-color: #6F2822;
}
.subtitle {
	font-size: 24px;
	font-weight: bold;
}

a:link {
	text_decoration:underline;
	color: #5f1802;
}
a:visited {
	text_decoration:underline;
	color: #5f1802;
}
a:hover {
	text-decoration:none;
	color: #DD0000;
}

