
body, p, td, li {
color : #291a10;
font-family : "Gill Sans", Arial, Helvetica, Verdana, sans-serif;
background : #E6E6E6;
}

body {
margin-right : 15%;
margin-bottom : 6em;
margin-top : 3em;
margin-left : 7%;
background : #E6E6E6;
font-family : "Gill Sans", Arial, Helvetica, Verdana, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
font-family : "Gill Sans", Arial, Helvetica, Verdana, sans-serif;
background : #E6E6E6;
font-weight: 500;
}

/* 
h1 and h2 are for page titles (like the visually striking word on a given page)
h3 is unused for now
h4 is for top-of-page navigational links
h5 is the same as above but without an underline
h6 is for photo credits and small notes
*/


p {
background : #E6E6E6;
}

h4 {
border-bottom: 0.2em #000000 solid;
font-size: small;
font-weight : 500;
}

h5 {
font-size: small;
font-weight : 500;
}

a:link {
font-weight : 500;
text-decoration : none;
color : #000000;
background : #FFFFFF;
}

a:visited {
color : #000000;
text-decoration : none;
font-weight : 500;
background : #fff5ff;
}

a:hover {
text-decoration : none;
color : blue;
font-weight : 500;
background : #FFFFFF;
}

a:active {
color : red;
background : #FFFFFF none;
text-decoration : none;
font-weight : 500;
}

a img {
border : none;
}