body {
	font-size: 16px;
	text-align: center;
	color: #48290b;
	background-color: #dfa25e;
	background-image: url(images/bg.png);
	background-attachment: fixed;
	font-family: Courier New, Courier, monospace;
}
td,th {
    font-size: 16px;
	text-align: left;
	font-family: Courier New, Courier, monospace;
}
p {
   	font: 16px;
	color: #48290b;
	text-align: left;
		font-family: Courier New, Courier, monospace;
}
h1 {
	font: 20px;
	font-weight: bold;
	color: #48290b;
	text-align: center;
	font-family: Courier New, Courier, monospace;
}
h3 {
    font: 17px;
	font-weight: bold;
	color: #48290b;
	text-align: left;
		font-family: Courier New, Courier, monospace;
}
A:link {
	text-decoration: none; 
	color: #48290B;
	text-align: center;
	font-size: 13px;
	font-family: Courier New, Courier, monospace;
}
A:visited {
	text-decoration: none; 
	color: #48290B;
	text-align: center;
	font-size: 13px;
	font-family: Courier New, Courier, monospace;
}
A:active {
	text-decoration: none; 
	color: #48290B;
	text-align: center;
	font-size: 13px;
	font-family: Courier New, Courier, monospace;	
}
A:hover {
	text-decoration: none; 
	color: #A56621;
	text-align: center;
	font-size: 13px;
	font-family: Courier New, Courier, monospace;
}