body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #F7FDF5;
	color:#4B351F;
}

table {

}

h1 {
font-weight:bold;
font-size: 36px;
}

a {color: #4B351F;
text-decoration:underline;}

a:link {color: #4B351F;
text-decoration:underline;}

a:hover {color: #4B351F;
text-decoration:none;}

a:active {color: #4B351F;
text-decoration:underline;}

a:visited {color: #4B351F;
text-decoration:underline;}

border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #4B351F;
	border-right-color: #4B351F;
	border-bottom-color: #4B351F;
	border-left-color: #4B351F;
}
