@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", sans-serif;
}
p {
	font-family: "Lucida Sans Unicode", sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
li {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:visited {
	color: #FFFFFF;
}
