/* Site Wide Style Sheet */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  color: black;
  background-color: white }
a:link {
  color: blue }
a:visited {
  color: blue }
a:active {
  color: red }
a:hover {
  color: purple }
pre { 
  font-family: Courier, monospace; }

/* Header div */
#header {
  font-weight: bold;
/*  text-align: center; IE seems to need this specified! */
  font-size:0.8em;
}

/* Main Menu div */
#mainmenu {
  font-weight: bold;
  text-align: left; /* IE seems to need this specified! */
  font-size:0.8em;
} 

/* Main Content div */
#maincontent {
  text-align: left; /* IE seems to need this specified! */
}

/* Right Menu div */
#rightmenu {
  text-align: center;
  font-size:0.8em;
}

/* Twitter div */
#twitter {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer div */
#footer {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size:0.6em;
}
#footer a:link {
  color: yellow }
#footer a:visited {
  color: yellow }



