@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #333;
	color: #999;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
#content {
	padding: 10px;
}
a, a:visited {
	color: #999;
	font-size: smaller;
}
a:hover {
	color: #FC9;
	font-size: smaller;
}

