@charset "utf-8";
/* CSS Document */

body{
	background-color:#CCC;
}

a:link, a:visited, a:active{
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

a.um:link, a.um:visited, a.um:active{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a.um:hover{
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#over {
height:20px;
padding:0px;
margin:4px 0 0 0;
background:#21212e;
color:#ccc;
padding:4px;
overflow:hidden;
clear:both;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

#over:hover {
background:#2E2E3D;
color:#fff;
}
a.oo:link, a.oo:visited, a.oo:active,{
	color:#FFF;
	text-decoration:none;
}
a.oo:hover{
	color:#ccc;
	text-decoration:none;
}


#bloco{
	margin:0 auto;
	border:#999 1px solid;
	background:#F0F0F0;
	width:auto;
	height:auto !important;
	padding:5px;
}
.textos2{

	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;}
	
.textos {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
.titulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
.user{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.autor{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
}

-->