/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/background.jpg);
	margin-top: 20px;
}


a:link {
	color: C06A59;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: C06A59;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.style2 {
	font-size: 24px; 
	color: #C06A59; 
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #733F35;
}