body {
   font-family: sans-serif;
}

h1 {
  color: #000080;
  text-align: center;
  font-size: 200%;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

h2 {
  font-size: 140%;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.n {
  color: #000080;
  font-weight: bold;
}

.sd {
  font-style: italic;
}

.y {
  font-weight: bold;
}

.w {
   font-weight: bold;
   text-decoration: underline;
}

a:link {
   color: #000080;
}

a:visited {
   color: #3f6f9f;
}

#welcome {
  text-align: center;
}

#links{
  font-weight: bold;
  padding: 10px;
  margin: 0px 10px 10px 5px;
  width: 150px;
  float: left;
  line-height: 50%;
}

#sub {
  font-size: 90%;
  font-style: italic;
  padding-left: 10px;
  line-height: 10%;
}

#main{
  padding: 20px;
  margin: 20px;
  margin: 20px 20px 20px 200px;
}
td {
  vertical-align: top;
}




#footer {
  font-size:  80%;
}