body {
	background-image:url(images/fundo.jpg);
	background-repeat: repeat;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #FFF;
}

a{
	color: #FFF;
}

a:link{
	color: #FFF;
	text-decoration: none;
}

a:visited{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #FFF;
	text-decoration: underline;
}

a:active{
	color: #FFF;
	text-decoration: none;
}

.menu {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.noticia {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.ver_noticia {
	font-size: 13px;
	color: #FFF;
}

.titulos {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
