@charset "UTF-8";
/* CSS Document */

body {
	background-color: #A11A1A;
	background-image: url(art/bkg.jpg);
	background-repeat: repeat-x;
}
.style1 {	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
