@charset "utf-8";
body {
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
}
#Header White {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
#White {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
}
#Fancy {
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	font-weight: bold;
	color: #060;
}
#Fancy-big {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
#Red {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3E3829;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #3E3829;
}
a:visited {
	text-decoration: none;
	color: #3E3829;
}
a:hover {
	text-decoration: underline;
	color: #3E3829;
}
a:active {
	text-decoration: none;
	color: #3E3829;
}
.styleone:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.styleone:visited {
	text-decoration: none;
	color: #FFF;
}
.styleone:hover {
	text-decoration: underline;
	color: #CCC;
}
.styleone:active {
	text-decoration: none;
	color: #CCC;
}
back