.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A40006;
}
.body {
	font-family: arial;
	font-size: 11px;
	color: #F4E8D7;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.smalltxt {
	font-family: georgia;
	font-size: 11px;
	color: #CCCCCC;
}
.headings {
	font-family: georgia;
	font-size: 12px;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFCC00;
	font-weight: bold;
}
a:hover {
	font-family: georgia;
	color: #FFCC00;
	text-decoration: underline;
}
a:link {
	font-family: georgia;
		text-decoration: none;
}
