body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
h1 {
	font-weight: bold;
	font-size: 18pt;
	color: #DD0206;
	}
	
.catmenu {
	border-top: 1px solid #955027;
	border-right: 1px solid #955027;
	text-align: center;
	font-size: 8pt;
	width: 33%;
	background-color: #FFFFFF;
	}
	
.catmenusub {
	border-bottom: 1px solid #ccc0B4;
	width: 50%;
	text-align: center;
	padding: 3px 0;
	}
	
.catmenu a, .catmenusub a {
	font-weight: bold;
	text-decoration: none;
	color: #955027;
	}
	
.catmenu a:hover, .catmenusub a:hover {
	text-decoration: underline;
	color: #DD0206;
	}
