body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#eac398;	
}
body,td,th {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
}

body,td,th {
	color: #000000;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #70A5D7;
}
a:active {
	color: #0000FF;
}


.linktops, .linktops a:link, .linktops a:active, .linktops a:visited {
	font-family:'Courier New', Courier, monospace;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	color:#E5D1B8;
}
.linktops a:hover{
	color: #FFFFFF;
}
.linksbottom{
	padding:10px;
	color:#000000;
	font-family:'Courier New', Courier, monospace;
	font-size: 11px;
}

.linksbottom a:link, .linksbottom a:active, .linksbottom a:visited {
	text-decoration:none;
	color:#7B4D1A;
	font-weight:bold;
}
.linksbottom a:hover{
	text-decoration:none;
	color: #FFFFFF;
}
.linksright{
	color:#000000;
	padding: 10px;
	font-family:'Courier New', Courier, monospace;
	font-size: 12px;
}

.linksright a:link, .linksright a:active, .linksright a:visited {
	text-decoration:none;
	color:#000000;
	font-size: 11px;
}
.linksright a:hover{
	text-decoration:none;
	color: #FFFFFF;
}
.linksright ul{
	margin:0px;
	padding:0px;
	padding-left: 20px;
}
h1{
	font-family:'Courier New', Courier, monospace;
	font-size: 30px;
	font-weight:bold;
}
h2{
	font-family:'Courier New', Courier, monospace;
	font-size: 22px;
	font-weight:bold;
}
.marginleft{
	margin-left:20px;
}