body {
  background-image:		url("http://www.vinkephotos.com/images/background.jpg");
  background-repeat: 	repeat-y;
  background-color:		#5e4833;
}
a {
	border: none;
}

.menubutton {
	text-decoration:	none;
	letter-spacing:		2px;
	color:				#362311;
	font-family:		"comic sans ms";capitals;
	font-size:			19px;
	font-weight:		bold;
	text-align:			center;
	line-height:		40px;
	
}
.menubutton:hover {
	color:				#dbc3a9;
}
.menubuttonsmall {
	text-decoration:	none;
	letter-spacing:		1px;
	color:				#362311;
	font-family:		"comic sans ms";capitals;
	font-size:			18px;
	font-weight:		bold;
	text-align:			center;
	line-height:		40px;
	
}
.menubuttonsmall:hover {
	color:				#dbc3a9;
}

.logo {
	text-decoration:	none;
	letter-spacing:		2px;
	color:				#dbc3a9;
	font-family:		"apple chancery";capitals;
	font-size:			16px;
	font-weight:		bold;
	text-align:			center;

}