@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E3DFD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999;
	padding: 10px;
}
.headtitle {
	font-size: 18px;
	color: #5E4D2B;
}
.red {
	color: #C00;
}
a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: underline;
}
