@charset "UTF-8";
body {
	background-color: #91837A;
	margin: 0px;
}
.SectionTitle {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #47403A;
}
td {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 14px;
	color: #47403A;
}
.SmallText {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 12px;
	color: #232020;
}

/* LINKS */

a:link {
	color: #9E8C7D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #91837A;
}
a:hover {
	text-decoration: none;
	color: #2C2623;
}
a:active {
	text-decoration: none;
}

a.IntroPage:link {
	color: #C5BBB2;
	text-decoration: none;
}
a.IntroPage:visited {
	text-decoration: none;
	color: #C5BBB2;
}
a.IntroPage:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.IntroPage:active {
	text-decoration: none;
	color: #232020;
}
.SectionStandout {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #47403A;
}
