body{
	background-image: url(imgs/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a.geral:link {
	color: #FF9900;
	text-decoration: none;
}
a.geral:visited {
	color: #FF9900;
	text-decoration: none;
}
a.geral:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.cabecalho:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.cabecalho:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.cabecalho:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
/* CSS Document */

