	body	
	{
		font-family: Arial,Verdana;
		font-size: 14px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #600;
		text-decoration: none;
		background-color: #FFFFEF;
	} 
	 
	p,blockquote,li,ol,ul	
	{
		font-family: Arial,Verdana;
		font-size: 18px;
		font-style: normal;
		line-height: 26px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #600;
		text-decoration: none;
	} 
	
		h1
		{
			font-family: Arial,Verdana;
			font-size: 30px;
			font-style: italic;
			line-height: 35px;
			font-weight: bolder;
			font-variant: normal;
			text-transform: none;
			color: #000;
			text-decoration: none;
		} 
		
		.header
		{
			font-family: Arial,Verdana;
			font-size: 48px;
			font-style: italic;
			line-height: 30px;
			font-weight: bolder;
			font-variant: normal;
			text-transform: none;
			color: #321200;
			text-decoration: none;
			text-shadow: 2px 2px #600;
		}
	
	h2
	{
		font-family: Arial,Verdana;
		font-size: 20px;
		font-style: normal;
		line-height: 24px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #600;
		text-decoration: none;
	} 	
	
.bigbutton
{
	background-color: #FFDAA4;
	border: 1px solid #444;
	padding: 6px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	border-radius: 8px;
	-moz-border-radius: 8px;
 	-webkit-border-radius: 8px;
	margin: 8px 8px;
	transition-duration: 0.4s;
 	cursor: pointer;
}

.bigbutton:hover {
	background-color: #893712;
	color: #FFDAA4;
}

.button
{
	background-color: #FFDAA4;
	border: 1px solid #444;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	margin: 2px 2px;
	transition-duration: 0.4s;
 	cursor: pointer;
}

.button:hover {
	background-color: #893712;
	color: #FFDAA4;
}