li {
	list-style-type: none;
}

td {
	position: relative;
	left: 0px;
	font-size: 13px;
	color: purple;
	line-height: 20px;
	text-align: justify;
}

a {
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

.link_rodape {
	text-decoration: none;
	font-size: 10px;
}

.titulo {
	font-size: 17px;
	color: blue;
	font-weight: bold;
}

.data_artigo {
	display: block;
	text-align: center;
	background: #9cffce;
}

.rodape {
	left: 20px;
	top: -6px;
	font-size: 10px; 
}

.formulario {
	font-size: 13px;
}

li a {
	position: relative;
	top: 0px;
	left: 10px;
	text-align: center;
	display:block;
	font-size: 12px;
	text-decoration: none;
	width: 105px;
	background: #9cffce;
	border-bottom: thin solid #bcc1c1;
}

a:hover {
	color: #000000;
	background: #bcc1c1;
	visited: #green;
}

li a:hover {
	color: #000000;
	background: #bcc1c1;
	visited: #green;
}

background {
	background-image: url('%');
	background-repeat: no-repeat;
}




