body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: ffffff;
}


h1 {
    color: #80856B;
    font-size: 24px;
    font-weight: lighter;
}

h2 {
    color: #999900;
    font-size: 20px;
        font-weight: bolder;
}

h3 {
    color: #b23f00;

}

h4 {
    color: #81813f;
    text-align:left

}



ul { list-style: square; }

ol { list-style-type: none; }


#main {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: smaller;
}

#main td {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: smaller;
}

.title1 {
	color: #afe89a;
	font-size: 32px;
	font-weight: bolder;
}
.title2 {
	color: #a2daff;
	font-size: 32px;
	font-weight: bolder;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
}
.desert {
	background-color: #faecdc;
}
.coastal {
	background-color: #e8f1ff;
}
.city {
	background-color: #f8eeef;
}
.mountains {
	background-color: #ebfaec;
}
.country {
	background-color: #faf8da;
}

