@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6DBB7; background-image:url(stone-background.jpg)
}

a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #073022;
}

a:hover {
  font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #073022;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #073022;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2d2b2e; }
.style4 {font-family: Arial, Helvetica, sans-serif}

