

a.white:link { text-decoration: underline overline; color: #FFFFFF;} 
a.white:visited { color: #CCFFCC;}

a.black:link { text-decoration: underline overline; color: #000000;} 
a.black:visited { color: #333333;}

a.navlink:link { background-colour: #000000; color: #FFFFFF}
a.navlink:active { background-colour: #FFFFFF; color: #000000}
a.navlink:visited { background-colour: #000000; color: #FFFFFF}


body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #DDDDDD;
  
}

p
{
	
	padding: 5px 5px 5px 5px;
	font-family: Arial;
	letter-spacing: 0.75px;
	word-spacing: 2px;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
  background-image: url(image/comedybill.jpg); background-repeat: no-repeat;
  
}


#navbar {
  
  
  top: 0;
  height: 20px;
  width: 865px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #550000;
}



#left {

  	
  position: absolute;
  left: 15px;
  top: 200px;
  width: 200px;
  background-image: url(image/menuback.jpg); background-repeat: no-repeat;
  border: dashed;
  text-align: center;

  a.white:link { text-decoration: underline overline; color: #FFFFFF;} 
  
  a.white:visited { color: #CCFFCC;}

}


#leftunder {

  	
  position: absolute;
  left: 15px;
  top: 600px;
  width: 200px;
  
}

 
#center {
  top: 200;
  width: 610px;
  padding: 20px;
  margin-left: 230px;
  margin-right: 15px;
  
}

#addds {
  position: absolute;
  top: 200px;
  width: 120px;
  padding: 20px;
  margin-left: 840px;
  
  
}