h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #351B1C;
	display: block;
	padding: 8px;
	width: 159px;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}
.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DO3DO3;
	display: block;
	padding: 8px;
	width: 156px;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}
.box {
	height: 200px;
	width: 156px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
