
A:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#663300;
  background-image:url("images/fondo2.jpg");
  background-color:rgb(0,255,0);
	background-color : #FFFFFF;
}
interior
{
  background-color:rgb(255,204,102);
}
/*
A:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff6600;
	background-color : #FFFFFF;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#996633;
	background-color : #FFFFFF;
}

A.navigation:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	color:#996633;
	background-color : #FFFFFF;
}

A.navigation:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	color:#996633;
	background-color : #FFFFFF;
}

A.navigation:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	color:#996633;
	background-color : #FFFFFF;
}
*/
/* Why 90%? */
/* Drop the px, replace with %         */
/* Changed from 90% to 11pt       - rs */
/* Added P, LI, UL, OL for NS4    - rs */

BODY, P, LI, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000000;
}

/* Headers 1-3                                          */
/* Added H4 -rs                                         */
/* Changed border-width to 2px from thin - for NS4 - rs */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:170%;
	color:rgb(0,102,0);
	/*background-color : #FFFFFF;*/
  background-image:url("images/fondo2.jpg");
	border : solid #CCCC99;
	border-width : 0px 0px 2px 0px;
	width : 100%;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:130%;
	color:rgb(0,102,0);
	/*background-color : #FFFFFF;*/
  background-color:rgb(255,204,102);
	border : solid #cccc99;
	border-width : 0px 0px 2px 0px;
	width : 100%;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color:rgb(0,102,0);
	/*background-color : #FFFFFF;*/
	width : 100%;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000000;
	/*background-color : #FFFFFF;*/
      font-weight: bold;
	width : 100%;
}


/* Removed CENTER - rs           */
/* changed to 11pt from 85% - rs */

/* changed to 11pt from 85% - rs */

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000000;
	/*background-color:#FFFFFF;*/
}



/* This causes entries in lists to line up with an even */
/* left edge 						        */

ul {list-style: outside;}
ol {list-style: outside;}

