/* -- Link -- */
a, a:link{
background-color: #45322c;
color: #db90a9;
cursor: crosshair;
TEXT-DECORATION: none;
}
a:hover {
color: #8b3f58;
background-color: #fcfcfc;
cursor: crosshair;
TEXT-DECORATION: none;
font-weight: none;
}

/* -- Estilos -- */

a {	color: #33aed0; TEXT-DECORATION: none;
}
b {	color: #ffffff; TEXT-DECORATION: none;
}
c{	color: #eb2365; TEXT-DECORATION: none;
}
d {	color: #ffffff; TEXT-DECORATION: none; 
}
strong {	 color: #ff94b7; TEXT-DECORATION: none;
}

/* -- Caixas -- */
input, textarea, select 
	{font-family: tahoma; 
	font-size: 10px;
	text-align: center;
        color: #de3868;
	border-top: 1px solid #cfdfe3;
	border-left: 1px solid #cfdfe3;
	border-right: 1px solid #cfdfe3;
	border-bottom: 1px solid #cfdfe3;
	background-color: #cfdfe3;
-moz-border-radius: 50px 50px 50px 50px;
        }

/* -- Tabelas -- */

.table {
	color: #feb0ca; 
        background-color: #45322c; 
        font-weight: normal;
        font-size: 10px;
        font-family: tahoma;
        border-left: 0px solid #f72c6f;
	border-right: 0px solid #f72c6f;
	border-bottom: 1px dashed #f72c6f;
	background-color: #45322c;
-moz-border-radius: 4px 4px 4px 4px; }

blockquote {
font-family:tahoma;
font-size:10px;
color: #eb2164;
border-left: 3px solid #f72c6f;
border-right: 3px solid #f72c6f;
border-bottom: 1px dashed #f72c6f;
background-color: #45322c;
padding: 4px 4px 4px 4px;
width: 80%;
}

.fundopost {

      color: #e6306c;
      background-color: #ccd8db;
      border: 1px solid #a6b7bb;
     post- align: center;
-moz-border-radius: 10px 4px 4px 10px;
width: 80%;
}

/* ----------------- Opacidade ----------------- */

a img {
filter: alpha(opacity=53);
-moz-opacity: 5.6;}

a:hover img {
filter: alpha(opacity=5);
-moz-opacity: 2.0;}


/* -- Seï¿½ï¿½o -- */

::-moz-selection {
color: #353535;
background: #1a1a1a;
}

::selection {
color: #353535;
background: #1a1a1a;
}
