body {
	background-color: #fac1ba;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px 10px 10px 10px;
	font-family: arial;

	}

.corpo {
	position : absolute;
	left: 50px;
	top: 10px;
	
	}
	
H1 {	font-family : arial, verdana;
	font-size : 28px;
	color : RED;
	margin-top : 3px;
	margin-bottom : 3px;
	letter-spacing : 1px;
	line-height:30px;
	}

H2 {	font-family : arial,verdana;
	font-size : 20px;
	color : BLUE;
	margin-top : 10px;
	margin-bottom : 5px;
	}

H3 {	font-family : arial,verdana;
	font-size : 14px;
	color : black;
	margin-top : 5px;
	margin-bottom : 5px;
	}

H4 {	font-family : arial,verdana;
	font-size : 9px;
	color : red;
	margin-top : 3px;
	margin-bottom : 3px;
	}

H5 {	font-family : arial,verdana;
	font-size : 14px;
	color : red;
	margin-top : 3px;
	margin-bottom : 3px;
        letter-spacing: 2px;
	}


H6 {	font-family : arial,verdana;
	font-size : 12px;
	color : blue;
	margin-top : 3px;
	margin-bottom : 3px;
        letter-spacing: 2px;
	}
	
ul {    
	margin-top : 3px;
	margin-bottom : 3px;
	}
	
A {	color : blue;
	text-decoration : underline;
	}


a:visited {
        color:#0000FF;
	}

a:hover {color : #FF0000;
	background-color : white;
	}
	
a:active{
	color:#550055;
	}

li {	color : blue;
	}


ol {list-style-type: square
	}.corpo blockquote table tr td p {
	font-family: Verdana, Geneva, sans-serif;
}

