@charset "utf-8";
/* CSS Document */

#menu a {
	width: 135px;
	height: 22px;
	text-align: center;
	display: block;
	color: white;
	background-color: #A33033;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;
}

#menu a:hover {
	color: black;
	background-color: #E1D4B8;
}

#photomain a {
	width: 225px;
	height: 18px;
	text-align: center;
	display: block;
	color: white;
	background-color: #A33033;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;
}

#photomain a:hover {
	color: black;
	background-color: #E1D4B8;
}

#cwmrButton a {
	width: 225px;
	height: 58px;
	text-align: center;
	display: block;
	color: white;
	background-color: #A33033;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;
}

#cwmrButton a:hover {
	color: black;
	background-color: #E1D4B8;
}

.famhist a {
	width: 225px;
	height: 18px;
	text-align: center;
	display: block;
	color: white;
	background-color: #A33033;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;
}

.famhist a:visited {
	width: 225px;
	height: 18px;
	text-align: center;
	display: block;
	color: white;
	background-color: #A33033;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;
}

.famhist a:hover {
	color: black;
	background-color: #E1D4B8;

}