body {
	background-image: url(/xxx/bg.png);
	background-attachment:fixed
}
a:link {
	color: #201416;
	text-decoration: none;
}
a:visited {
	color: #201416;
	text-decoration: none;
}
a:hover {
	color: #8F192D;
	text-decoration: underline;
}
a:active {
	color: #201416;
	text-decoration: none;
}
.s1 {
	font-size: 24px;
	font-weight: bold;
	color: #FCFBBA;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.s2 {
	font-size: 18px;
	color: #FCFBBA;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.s3 {
	font-family: "Courier New", Courier, mono;
	color: #201416;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.s4 {
	font-family: "Courier New", Courier, mono;
	color: #201416;
	text-decoration: underline;
	font-size: 36;
	font-weight: bold;
}

