A:link
{ text-decoration: none; color:#37FDFC; }
A:visited
{ text-decoration: none; color:#37FDFC; }
A:active
{ text-decoration: none; color:#37FDFC; }
A:hover
{ text-decoration: none; color:#2F4F4F; }

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #FFFFFF;
  color: #00d0e3;
  font-family: verdana;
  font-size: 10px;
}

#header {
  height: 230px;
  background-image: url("scibanner.png");
  background-position: top center;
  background-repeat: no-repeat;
}
#left {
  position: absolute;
  left: 15px;
  top: 230px;
  width: 200px;
  text-align: right;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;
  text-align: center;
}
#right {
  position: absolute;
  right: 15px;
  top: 230px;
  width: 200px;
  text-align: left;
}

#disclaimer {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;
  height: 200px;
  background-image: url("scidisclaimer.png");
  background-position: top center;
  background-repeat: no-repeat;
}

#ticker {
  width: 625px;
  height: 36px;
  position: absolute;
  top: 175px;
  left: 320px;
  display: inline; 
}

#title {
  font-family: verdana;
  font-size: 12px;
  font-weight: bolder;
} 

h1 {
  font-size: 16px;
  font-weight: bolder;} 