/* ---------- BODY ---------- */
body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #cccccc;
	}
body {
	background-color: #fefefe;
		margin: 0px;
	padding:0;
}

mc3 {
    background: none repeat scroll 0 0 #a42f1c;
    color: #ffffff;
    font-family: Verdana;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
    padding: 0;
}

.post3{
width: 610px;
background-color: #fefefe;
align: center;
text-shadow: 1px 1px #none;
border-bottom: 1px dashed #f6f4f4;
line-height: 13px; }

.intopost{
width: 470px;
background-color: #fefefe;
align: center;
text-shadow: 1px 1px #none;
border-bottom: 1px dashed #f6f4f4;
line-height: 13px; }

.pags{
width: 166px;
background-color: #131313;
align: center;
border-bottom: 1px dashed #131313;
line-height: 13px; }

/* ---------- ESTILOS ---------- */
y { cursor: crosshair; color: #555555; TEXT-DECORATION: none;
}
x { cursor: crosshair; color: #fb9dd7; TEXT-DECORATION: none;
}

/* ------------- LINK ---------- */

a:link, a:visited, a:active {
	font-size: 11px;
	color: #fb9dd7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}

/* ---------- IMAGENS ---------- */
a img
        {filter: alpha(opacity=80);-webkit-transition: opacity 0.5s linear;
        -moz-opacity: 10.0;
        opacity:0.80; 
}

a:hover img
        {filter: alpha(opacity=30);-webkit-transition: opacity 0.5s linear;
        -moz-opacity: 1.0;
        opacity:1.0;
}


