A:link
{ text-decoration: none; color:#F0F8FF; }
A:visited
{ text-decoration: none; color:#F0F8FF; }
A:active
{ text-decoration: none; color:#F0F8FF; }
A:hover
{ text-decoration: none; color:#60AFFE; }

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

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

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

#ticker {
  width: 570px;
  height: 22px;
  position: absolute;
  top: 165px;
  left: 630px;
  display: inline; 
  color: #4D4D4D;
}

#titleleft {
  font-family: verdana;
  font-size: 12px;
  height: 20px;
  font-weight: bolder;
  background-image: url("starleft.png");
  background-repeat: no-repeat;
} 

#titleright {
  font-family: verdana;
  font-size: 12px;
  height: 20px;
  font-weight: bolder;
  background-image: url("starright.png");
  background-repeat: no-repeat;
} 
h1 {
  font-size: 16px;
  font-weight: bolder;} 