@charset "utf-8";
/* CSS Document */

body {
  background-color: #FFFFFF;
  color: #6c5576;
  font-family: verdana;
  font-size: small;
  list-style: none;
}

a:link {
  text-align: right;
  color: #6C5576;
  text-decoration: none;
  border: none;
}

a:active {
  color: #CC99FF;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #6C5576;
  text-decoration: none;
  border: none;
}

a:hover {
  color: #CC99FF;
  text-decoration: none;
  border: none;
}

#heading {
  font-size: large;
  font-weight: bold;
}

#menu {
  color: #6c5576;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: right;
  width: 48%;
  margin-right: 50%;
}

#menu2 {
  color: #6c5576;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  width: 48%;
  margin-right: 55%;
}

#left {
  text-align: left;
  padding: 5px;
  width: 48%;
  margin-right: 50%;
}

#right {
  float: none;
}

#right2 {
  float: right;
}

#blurb {
  font-size: x-small;
  left: 5px;
  text-align: center;
  padding: 5px;
}
