@charset "utf-8";
body {
	background-image: url(graphics/background.jpg);
}
.MainMenu {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
}
.MainMenu a:link {
	color:#CC3300;
}
.MainMenu a:visited {
	color:#CC3300;
}
.MainMenu a:hover {
	color:#802000;
}
.MainMenu a:active {
	color:#802000;
}
.CategoryMenu {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
}
.CategoryMenu a:link {
	color:#CC3300;
}
.CategoryMenu a:visited {
	color:#CC3300;
}
.CategoryMenu a:hover {
	color:#802000;
}
.CategoryMenu a:active {
	color:#802000;
}
.FooterMenu {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
}
.FooterMenu a:link {
	color:#CC3300;
}
.FooterMenu a:visited {
	color:#CC3300;
}
.FooterMenu a:hover {
	color:#802000;
}
.FooterMenu a:active {
	color:#802000;
}
.MainText {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: normal;
	color:#000000;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.MainText a:link {
	color:#CC3300;
}
.MainText a:visited {
	color:#CC3300;
}
.MainText a:hover {
	color:#802000;
}
.MainText a:active {
	color:#802000;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
.SubText {
	font-family: "MS Serif", "New York", serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.BigText {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
