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

body {
	background-color: #E8E0CB;
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
	color: #410c01;
	margin: 0px;
	
}

.column
{
	background-image: url(images/leftcolumn.jpg);
	background-repeat: repeat-y;
	
}
.column2
{
	background-image: url(images/rightcolumn.jpg);
	background-repeat: repeat-y;
	
}.tabletext {
	padding:10px;
	
}

h1 {
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #ba3406;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ba3406;
}
a:hover {
	text-decoration: none;
	color: #1f1b62;
}
a:active {
	text-decoration: none;
	color: #ba3406;
}
