
/*BODY AND MAIN ELEMENT SETTINGS */



body {
    vertical-align: top;
    color: rgb(255, 255, 255);
    background: white;
    font-family: arial;
  }


h1 {
    font-family: "garamond", "Times New Roman", serif;
    color: rgb(68, 8, 68);
    text-align: center;
  }


h2 {
    font-family: "book antiqua", "Times New Roman", serif;
    color: rgb(68, 8, 68);
    text-align: left;
  }

/*ADDITIONAL GLOBAL CLASS DEFINITIONS */



.subhead {
    font-family: book antiqua;
    color: rgb(68, 8, 68);
    text-align: center;
    font-size: large;
  }

/*DEFINES SETTING FOR THE TOP TABLE*/



.topmaintab {
    vertical-align: top;
    font-family: arial;
    color: #434343;
  }


.toprighttab {
    vertical-align: center;
    font-family: arial;
    color: #434343;
    text-align: right;
    font-size: x-small;
    width: 137;
    background: white;
  }


.toplefttab {
    vertical-align: center;
    font-family: arial;
    color: #434343;
    text-align: left;
    font-size: x-small;
    width: 137;
    background: white ;
  }

/* DEFINES SETTINGS FOR THE TOP LINK TABLE */



a.toplinkclass:link {
    color: white;
    text-decoration: none;
  }

/* for unvisited links   #cccc99*/

a.toplinkclass:visited {
    color: white;
    text-decoration: none;
  }

/* for visited links */

a.toplinkclass:active {
    color: yellow;
    text-decoration: none;
  }

/* when link is clicked */

a.toplinkclass:hover {
    color: yellow;
    text-decoration: none;
  }

/* when mouse is over link */



.linktab {
    background-color: rgb(68, 8, 68);
    width: 100%;
    text-align: center;
  }

/* DEFINES SETTINGS FOR THE MAIN TABLE */



.maintab {
    vertical-align: top;
    font-family: arial;
    color: #434343;
  }


.righttab {
    vertical-align: top;
    font-family: arial;
    color: rgb(50, 0, 0);
    text-align: right;
    font-size: x-small;
    width: 137;
    background: #E1DfDf;
  }


.lefttab {
    vertical-align: top;
    font-family: arial;
    color: rgb(50, 0, 0);
    text-align: left;
    font-size: x-small;
    width: 137;
    background: #E1DfDf ;
  }


.tableclass {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align: left;
  }


ul.listclass {
    font-size: x-small;
  }


em {
    color : rgb(68, 8, 68);
  }


