/* Applies to overall page */
BODY{
	background-color : #8a7743;
	font-family : arial, helvetica, sans-serif;
	}

/* Headers and titles */
H1{
	color : white;
	background-color : #4A4738;
	border : thin solid #155927;	
	padding-left : 10px;
	border-width : 2px;
	font : bold;
	}
H2{
	font : normal;
	color : black;
	padding-left : 10px;
	margin-left : 10px;
	border-bottom : thin solid #155927;
	}
H3{
	color : black;
	font : lighter;
	padding-left : 10px;
	margin-left : 10px;
	}

/* Horizontal rules */
HR{
	color : black;
	height : 2px;
	}

/* Paragraphs */
P{
	color : black;
	font : small;
	margin-left : 20px;
	}

/* Hyperlinks */
A{
	color : blue;
	text-decoration : underline;
	}
A:VISITED{
	color: blue;
	text-decoration : underline;
	}
A:HOVER{
	color: #99092F;
	text-decoration : underline;
	}
A:ACTIVE{
	color : #CE092F;
	text-decoration : underline;	
	}

/* Lists */
OL{
	color : #black;
	margin-left : 5%;
	font : bold;
	}
UL{
	color : #black;
	margin-left : 5%;
	list-style-image : url(arriba004bu.gif);
	list-style-type : circle;
	list-style-position : outside;
}
	
/* Tables */
TABLE {
	border : 0px;
	}
TH{
	text-align : center;
	background-color : #8a7743;
	font : bold;
	border-width : 0px;
	border-bottom : thin solid #1D290D;
	text-align : center;
	}
TD{
	color : #black;
	text-align : left;
	background-color : #8a7743;
	font : smaller;
	border-width : 0px;
	border-bottom : thin dashed #1D290D;
	padding : 5px;
	margin : 0px 0px 0px 5px;	
	}

