/* CSS Document */

html, body {
background-color:#f8f4b7;
}

h1 {margin:0;padding-top:2px;padding-bottom:6px;font-family:Georgia;font-size:1.5em;font-weight:500;color:#ac4210;}
h2 {margin:0;padding-top:2px;padding-bottom:0;font-family:Georgia;font-size:1.3em;font-weight:500;color:#296a10;}
h6 {margin:0;margin-top:10px;padding-top:4px;padding-bottom:15px;font-size:1.3em;font-weight:600;color:#296a10;line-height:120%;} /*customized header styling*/
p {color:#296a10;margin:0;padding-top:2px;padding-bottom:8px;font-family:Georgia;line-height:1.2em;}
ul {padding-top:0;}
li {color:#296a10; }

a:link {text-decoration:underline;color:#ac4210;} /* unvisited link customized styling */
a:visited {text-decoration:none;color:#ac4210;} /* visited link customized styling */
a:hover {text-decoration:underline;}   /* mouse over link customized styling */
a:active {text-decoration:underline;}  /* selected link customized styling */

.numerical {font-family: "Times New Roman", Times, serif; font-size:1.1em;} /* switch numerical font from Georgia to Times */
