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

body {
	background-color: #A34747;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #EBD5D5;
}

.smallcaps {
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-size: 17px;
	color: #EBD5D5;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}