/* style.css - a simple style sheet */
body {
	color: black;
	font-family: cursive;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	margin-top: 0px;
}

a {font-weight: bold;text-decoration: none;}
a:hover {font-weight: bold;text-decoration: none;}
a:active {font-weight: bold;text-decoration: none;}
a:visited {font-weight: bold;text-decoration: none;}

h1 {color: #c06;}

.wrapper {
	background-color: #9cf;
}