BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 0px;
	margin-top : 0px;
	color : Black;
	background-color : #DEDBB9;
	}

A {
	text-decoration : none;
	color : #A0522D;
	font-weight : bolder;
}

A:VISITED {
	color : #B59B82;
}

A:HOVER {
	text-decoration : underline;
}

H1 {
	font-size : 24px;
	margin-bottom : 0;
	margin-top : 0;
	}

H2 {
	font-size : 18px;
	margin-bottom : 0;
	margin-top : 0;
}

H3 {
	font-size : 14px;
	text-indent : 20px;
}

P {
	font-size : 14px;
	text-indent : 20px;
	}
	
P.subtitular {
	font-size : 12px;
	text-indent : 0px;
	}

LI {
	list-style-type : disc;
}

TH {
	background-color:#AD6510;
	color : #E4D87C;
	font-weight : bold;
	text-indent : 0px;
    font-size : 14px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : left;
}	

