
body { 
  font-family: times; background-color: rgb(39,37,37);
  }

span {color: white}

input {width: 320px; height: 20px; border: none}

a:link    {font-size: 11px; color: white;  text-decoration: underline;}  
a:visited {font-size: 11px; color: white;  text-decoration: underline;}
a:hover   {color: yellow;}

a.menu:link    {color: white; font-weight:  bold; text-decoration: none;}
a.menu:visited {color: white; font-weight:  bold; text-decoration: none;}
a.menu:hover   {color: yellow;}

a.black:link    {color: black;}  
a.black:visited {color: black;}
a.black:hover   {color: yellow;}

ul {
  padding: 0px;
  list-style-type: none; 
  color: white;
  margin: 0px;
  }

span {color: white}
font.black {color: black}
font.white {color: white}

div.background {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 600px;
  }

#menuBox {
  position: absolute;
  top: 47px;
  left: 583px;
  }
  


/* about page */
  
#aboutTextBox {
  position: absolute;
  top: 125px;
  left: 20px;
  width: 340px;
  font-size: 12px;
  line-height: 15px;
  }

#links {
  position: absolute;
  top: 455px;  left: 222px;
  width: 575px;  height: 40px;
  font-family: myriad, sans-serif; 
  font-size: 11px; 
  line-height: 15px;
  }

#scott {
  display: inline;
  width: 125px;
  position: absolute;
  text-align: center;
  }
#gary {
  display: inline;
  width: 96px;
  position: absolute;
  left: 125px;
  text-align: center;
  }
#norman {
  display: inline;
  width: 90px;
  position: absolute;
  left: 221px;  
  text-align: center;
  }
#bing {
  display: inline;
  width: 123px;
  position: absolute;
  left: 311px;    
  text-align: center;
  }
#emily {
  display: inline;
  width: 127px;
  position: absolute;
  left: 434px;   
  text-align: center;
  }



/* playlist page */

 #playlistTextBox {
  position: absolute;
  top: 125px;
  left: 0px;
  width: 323px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  } 



/* contact page */

#contact_form {
  position: absolute;
  top: 182px; left: 122px;
  font-size: 14px;
  width: 450px;
  height: 290px;
  color: white;
  }

#sendLabel{height: 40px;}
  
#nameRow    {height: 40px;}
#phoneRow   {height: 40px;}
#emailRow   {height: 40px;}
#messageRow {height: 100px;}
#submitRow  {height: 30px;text-align: right;padding-top: 10px;}  

#nameInput    {position: absolute;left: 125px;}
#phoneInput   {position: absolute;left: 125px;}
#emailInput   {position: absolute;left: 125px;}
#messageInput {position: absolute;left: 125px;height: 100px; width: 316px}

  

/* calendar maintenance page */

#calendar_maintain {
  position: absolute;
  top: 130px; left: 20px;
  width: 450px;
  height: 340px;
  }

#textArea{
  position: absolute;
  top: 130px; left: 20px;
  width: 450px;
  height: 340px;
  overflow-y: auto;
  background-color: transparent;
  border: 2px solid olive;
  }

#submitButton {
  position: absolute;
  top: 482px; left: 165px;
  width: 120px;
  border-style: outset;
  height: 27px;
  }
