body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dee656;
	}
body {
	background-color: #121212;
	margin: 0px;
	padding:0;
}

.titulo {font-size: 160%}
.foto {font-size: 120%}
.plus {font-size: 110%}
.menor {font-size: 90%}

a:link, a:visited, a:active {
	font-size: 11px;
	color: #A5A5A5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #A5A5A5;
}


/* Paginação de paginas */
	#pages {
	background:#00CC00;
	white-space: nowrap;
	margin:0 auto;	
	}
	#pages ul {
		list-style-type: none;
	}
	#pages li {
		float: left;
		display: inline;
		margin: 0 5px 0 0;
		display: block;
	}
	#pages li a {
		color: #dee656;
		padding: 4px;
		border: 1px solid #A5A5A5;
		text-decoration: none;
		float: left;
	}
	#pages li a:hover {
		color: #121212;
		background: #A5A5A5;
		border: 1px solid #dee656;
	}
	#pages li.nolink {
		color: #A5A5A5;
		border: 1px solid #A5A5A5;
		padding: 4px;
	}
	#pages li.current {
		color: #dee656;
		border: 1px solid #dee656;
		padding: 4px;
		background: #121212;
		font-weight:bold;
	}
