/* Passions - Nyarah.net - CSS Page*/

/* links */
a {
font-family: century gothic, tahoma;
font-size: 10px;
text-decoration: none;
color:#ffd0e9;

}
a:link {
font-family: century gothic, tahoma;
font-size: 10px;
text-decoration: none;
color: #ffd0e9;
}
a:hover, visited, visited:hover {
font-family: century gothic, tahoma;
font-size: 10px;
text-decoration: underline;
color: #f47fbc;
}

/* conteudo */
.titulos1 {
font-family: century gothic, tahoma;
text-align:  left;
padding: 1px;
font-weight: bold;
font-size: 12px;
letter-spacing: 5px;
volume: soft;
color: #fe1e91;
}


.texto1 {
font-family: century gothic, tahoma;
text-align: justify;
font-weight:none;
font-size: 10px;
letter-spacing: 1px;
color: #f2f2f2;
}

.texto2 {
font-family: century gothic, tahoma;
text-align: left;
font-weight: lighter;
letter-spacing: 1px;
font-size: 10px;
color: #cecece;
}

.texto3 {
font-family: century gothic, tahoma;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-size: 12px;
color: #fe1e91;
}

.fim1 {
font-family: century gothic, tahoma;
text-align: left;
letter-spacing: 1px;
font-size: 10px;
color: #f2f2f2;
}


/* forms */
.input, .textarea, .select, .option {
padding: 1px;
font-family: century gothic, tahoma;
font-size: 9px;
color: #f2f2f2;
letter-spacing: 1px;
width: 250px;
background-color: #000000;
border-right: 1px dashed #f47fbc;
border-left: 1px dashed #f47fbc;
border-top: 1px dashed #f47fbc;
border-bottom: 1px dashed #f47fbc;
}
.radio {
padding: 1px;
font-family: century gothic, tahoma;
font-size: 9px;
color: #f2f2f2;
letter-spacing: 1px;
width: 50px;
background-color: #000000;
border: 1px dashed #f47fbc;
}
.botoes {
padding: 1px;
font-family: century gothic, tahoma;
font-size: 9px;
letter-spacing: 1px;
color: #f2f2f2;
width: 50px;
background-color: #000000;
border: 1px dashed #f47fbc;
}

/* geral */
P , body , td , div, h1, h2, h3 {
font-size: 10px;
font-family: century gothic, tahoma;
color: #f2f2f2;
letter-spacing: 1px;
}

b, strong {
font-size: 10px;
color: #f2f2f2;
font-family: century gothic, tahoma;
font-weight: none;
letter-spacing: 1px;
}

/* body */

BODY{		
	background-image: url(layout/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
