
body {
  font: 12pt/1.5 Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #660099;
  color: #000;
}
#page{
  margin: 0 auto;
  width: 90%;
}
h1 {font-size: xx-large; padding: 10px; color: #660099;
font-family: Georgia, 'Times New Roman', serif;
text-align: center;
}
h2 {font-size: x-large; padding: 10px; color:#660099; background-color:#ffff00;
font-family: Georgia, 'Times New Roman', serif;
}
h3 { font-size: large; padding: 10px; color: #660099;
font-family: Georgia, 'Times New Roman', serif;
}
h4 {text-align:center;}
#center, #links{
  margin-right: 5px;
  float: left;
  border: solid 2px #cccccc;
  clear: both;
}
#top {
  display: block;
  margin: 5px 0;
  width: 100%;
  clear: both;
  padding: 5px;
  font-family: Georgia, serif;
  text-align: center;
}
#content {
  background-color: #fff;
  margin: 20px;
  top: 200px;
  padding: 5px;
  width: 70%;
  position: absolute; right:0;
  text-align: left;
}
#links {
  background-color: #C0C0C0;
  margin: 20px;
  top: 200px;
  position: absolute;left:0;
  width: 20%;
  text-align: left;
  padding: 10px;
  font: 12pt/1.5 Arial, Helvetica, sans-serif;
}
  #bottom{
   background-color: #C0C0C0; font: 8pt/1.5 Trebuchet MS, Helvetica, sans-serif;
   text-align: center;
  }
.contact {
  clear: both;
  font-size: 10pt;
  font-style: italic;
  text-align: left;
  display: block;
  }

.spacy{
line-height: 1.75;
}
.break{
line-break: strict;
}
.text{
line-height: 2;
}
.special{
font-style: italic; font-weight: bold; text-align: center;
}
#links a:link{
color:#003333; font-weight: bold; display: block;
}
#links a:visited{
color:#009999; text-decoration: none; font-weight: normal; display: block;
}
#links a:hover{
color: #000; background-color: #FFFF00; text-decoration: none;display: block;
}
#links a:active{
color:#ffff00; background-color: #FFFF00; text-decoration: none; display: block;
}
