body {
	background-color:#f3eddd;
	font-size: 14px;
	font-family:Segoe UI, Arial, Times New Roman;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	color: #6f5d27;
	}
	
a:link {
	color: #2f1d00;	
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #2f1d00;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
.mainmenu:link {
	color: #000000;	
	text-decoration: none;
	font-size:16px;
	}
	
.mainmenu:visited {
	text-decoration: none;
	color: #000000;
	font-size:16px;
	}
	
.mainmenu:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #dae45e;
	font-size:16px;
	}

.footer {
	font-family:Segoe UI, Arial, Times New Roman;
	font-size:10px;
	color: #8f7d47;
	}
	
.footer {
	font-family:Segoe UI, Arial, Times New Roman;
	font-size:12px;
	color: #6f5d27;
	}
	
.cat_name {
	font-size:18px;
	font-weight:bold;
	color:#4f3d07
	}
	
.kitten_reserved {
	color: red;
	}
	
.cat_link:link {
	color:#8f7d47;
	}
	
.cat_link:visited {
	color:#8f7d47;
	}
	
.cat_link:hover {
	color:green;
	text-decoration: underline;
	}
	
.cat_link_inactive:link {
	color:#DADADA;
	}
	
.cat_link_inactive:visited {
	color:#DADADA;
	}
	
.cat_link_inactive:hover {
	color:#DADADA;
	}
	
.legend {
	border-color:#aaaa7a;
	border-style:solid;
	border-width:1px;
	background-color:#dadaaa;
	font-size:10px;
	}
