﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	background-image: url("../images/metal033.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: bold;
}

}
#footer {
	text-align: center;
	clear: both;
	width: auto;
	border: 1px dotted #d8bfd8;
}

}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}