
	body{	
		font-family: Verdana, sans-serif;
		margin:10px;
		padding:10px;
		height:100%;
		font-size:0.8em;
		text-align: justify;
		line-height:150%;
	}
      a:link
      {
          	color: #990000;
          	text-decoration: none;
      }
      a:visited
      {
          	color: #FF3300;
          	text-decoration: none;
      }
      a:active
      {
          	color: #FF6633;
          	text-decoration: none;
      }  
      a:hover
      {
          	color: #000000;
          	text-decoration: underline;
      }
      th
      {
		font-size:0.8em;
      }
      td
      {
		font-size:0.8em;
      }
      .titulo
      {
	    	font-size:1.1em;
	    	color: #990000;
      }
      .titulo-naranja
      {
	    	font-size:0.8em;
	    	color: #000000;
      }

