/* @override http://www.early2bed.com/pages/e2b_miva.css */

a {
	color: #ff49a9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e07b91;
	text-decoration: underline;
}

.greymenu {
	font-size: 1.2em;
	font-weight: bold;
	top: 2px;
	position: relative;
	color:  #000;
}	 


#cattree_main {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
}


#cattree_main a:hover {
	text-decoration: underline;
	color: #e07b91;
}

.cattree_top {
	margin-top: 10px;
	text-decoration: none;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	color: #505050;
}


.cattree_child, .cattree_parent {
	font-size: .9em;
	line-height: 1.5;
	text-decoration: none;
	color: #ff49a9;
}


