/****************************************************/
/*													*/
/*	File:	Head.css								*/
/*	Cont:	Main Style Sheet For Site Of			*/
/*			The Bimah Players at Etz Chaim MTJC		*/
/*	Edit:	JCY  26 Jan 10  11:24  Initial Create	*/
/*													*/
/****************************************************/
  body {
	background-color: #FFDDAA;
  }
 .navbtn {
	height: 77;
	border-style: outset;
	background-color: #F8FFFF;
	background-image: url(http://www.BimahPlayers.org/Image/RedCurtain.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #F8FFFF;
  }
a.cl:link {
	color: #F0F0D0;
  }
a.cl:hover {
	color: #FFFFFF;
	font-weight: bold;
  }  
a.cl:visited {
	color: #F0F0D0;
  }  
 .mainttl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	color: maroon;
  }
 .maintxt {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: black;
	padding-right: 10px;
  }
