/* Cascading Style Sheet *//* Cascading Style Sheet */
/* CSS TODO POR TIAGUH */
body {
background-color: #EFEFEF;}
p, a, body, td, tr, div {
font-style: normal;font-weight: normal;
font-size: 12px; color: #666666;
font-family: Tahoma;line-height: 11px;
text-shadow: 0px 1px 0px #ffffff;}

/* ----------------- titulo personalisado ---------------- */

.titulo {
font-family: Times New Roman;
color: normal;
font-size: 12px;
}
/* ------------ Link -------------- */

a:hover {
color: #662f91;
cursor: crosshair;
TEXT-DECORATION: none;}
/* ----------------- caixa de cmts ---------------- */

input, textarea, select {
font-size: 11px;font-family: Tahoma;
line-height: 12px;color: #666666;
background-color: transparent;border: 1px dashed #666666;
}
/*-------------------- post ------------------*/
.post{background-color: #dedede; width: 380px;font-family: Tahoma;border-left: 6px solid #666666;
  border-right: 3px solid #666666;font-size: 12px; padding: 5px; margin: 0px 60px 0px 60px;
  -moz-border-radius: 0px 0px 0px 0px}

/*------------------ imgs ----------------*/
a img {filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90;}
a:hover img {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}

/*----------------- styles ----------------*/
h {font-family: Lucida Sans Unicode;font-size: 11px; color: #c11515; padding: 2px}
