BODY {
	background-color:#ffffdf;

}

H1{ 
	color: teal;
	text-align: center;
	font-family: "New Century Schoolbook", Times, serif;
	font-size: large;
}

.apelido{
	font-weight: bold;
	text-transform: uppercase;
}

A.link{
	color: blue; 
	font-weight: bold; 
	text-decoration: none
}

A.link_bak{	    
	color: blue;
    font-weight: bold;
    text-decoration: none;
	text-align:right;

}

A.link_local{
    color: #0066FF;
    font-weight: bold;
    text-decoration: none
}

A.nome_local{
	font-weight:bold;
	color:blue;
}

.data{
	color: black;
	text-align: right;
}
.texto{
	color: #333333;
	text-align:left;
}
.docs{
	font-weight: bold;
	color: #006400; 
	text-align: left;
}
