body {
	background-position: center top;
	background-color: #CFCFCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 174px;
}

.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13pt;
	font-weight: bold;
	text-align: rigth;
}
a:link {
	color: #000000;
	text-decoration: none;
	background-color:#E8E8E8;
}

a.link:hover{
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	background-color:#E8E8E8;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color:#9C9C9C;
	color: #000000;
}
a:active {
	
	color: #000000;
}