body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}

.whitelink {
	color: #FFFFFF;
	font-weight: bold;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}

A:hover {color: #FF0000;}

