body {
	background: #f5c724 url("../img/fundo_amarelo.jpg") fixed;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8c0404;
	}
	
	
td {
	font-size: 12px;
	}
	
	
img {
	border: 0px;
	}
	
	
.links {
	color: #8c0404;
	}
a:link {
	color: #8c0404;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #8c0404;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #8c0404;
	text-decoration: underline;
	font-weight: bold;
	background-color: #f3c623;
	}
a:active {
	color: #8c0404;
	text-decoration: underline;
	font-weight: bold;
	}
a:focus {
	color: #8c0404;
	text-decoration: underline;
	font-weight: bold;
	}




.struct {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
	}


