body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FF66CC;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	color: #FF00CC;
}
a:visited {
	color: #FF6699;
}
