/* CSS Document */

/* STYLES FOR OLDER BROWSERS */

body {
background-color:#EFE3BE;	/* YELLOW */
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#251A16;		/* DARK BROWN */
}

h1, h2, h3, h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#251A16;		/* DARK BROWN */
}

h1 {
font-size:36px;
}

h2 {	/* SECTION TITLES */
font-size:24px;
font-weight:bold;
}

h3 {
font-size:16px; 
font-weight:normal;
}

h4 {
font-size:18px; 
font-weight:bold; 
font-style:italic;
}

a:link, a:hover {
text-decoration:underline;
color:#251A16;
}

a:visited {
color:#524931;
text-decoration:underline;
}