/* This is the css code for formatting the index page */

h1 {text-align: center;
font-family: "comic sans ms";
color: #800000;
font-size: 280%}

h2 {text-align: center;
font-family: arial;
color: #800000;
font-size: 180%}

p.normal {
font-family: arial;
color: #800000;
text-align: center;
font-size: 110%}

p.table {
font-family: arial;
text-align: left;
font-size: 90%}

p.copyright {
font-family: times;
text-align: center;
font-size: 80%}

body {background-color: #fff8dc}

table {
border: 1px solid #800000;
font-family: arial;
font-size: 100%;
background-color: #8b4513;
text-align: left;
color: #fff8dc}

td.top {padding-bottom: 2cm}	/*this is to ensure links are vertically aligned in td */
td.bottom {padding-bottom: 0cm} /* this is opposite of above */

a.list:link {color: #fff8dc} /* this is to format the links for the list in the table */

a.footerEmail:link {color: #800000} /* this is to format the 1 link at the bottom of the index page */
a:link {color: #800000}
a:visited {color: #b8860b}
a:active {color: #cd853f}

address {
font-family: times;
text-align: center;
color: #800000;
margin-left: 16%;
margin-right: 16%}


