/* This is the main css code for formatting common to most of the pages in the site */

h1 {text-align: center;
font-family: "comic sans ms";
color: #800000}

body {background-color: #fff8dc}

p {
font-family: arial;
color: #800000;
text-align: justify}

table {
border: 1px solid #800000;
font-family: arial;
font-size: 110%}

a:link {color: #800000}
a:visited {color: #b8860b}
a:active {color: #cd853f}