#theCategory {
	float: left;
	padding-left: 10px;
}

#Category {
	height: 15px;
	padding-top: 15px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33FF33;
}

#Category a {
	color: #333333;
}
#Category a:hover {
	color: #CCCCCC;
}
#author {
	padding-right: 20px;
	text-align: right;
}

a {
	color: purpule;
	text-decoration: none;
	}

a:hover {
	color: #CCBBFF;
	}

.entrada {
	margin: 0 5px 0px;
	padding: 0 0 10px 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 1;
}

