.artbkgd {
	font-size: 14px;
	background-color: #990000;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-image: url(../images/artfrt2.jpg);
	background-position: center center;
	background-repeat: repeat;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #66CC00;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #45B100;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

