.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.headers{
width: 580px;
font-size: 120%;
font-weight: normal;
color: #E69DB5;
border: none;
}

.switchcontent{
width: 500px;
font-size: 100%;
border: none;
border-top-width: 0;
color: white;
}

.switchcontent p{
width: 500px;
font-size: 100%;
border: none;
border-top-width: 0;
color: white;
}

h2{
  color: #932649;
  text-align: center;
  font-style: italic;
  }
  
 p{
 	color: #E69DB5;
	font-size: 100%
 }
 
  a{
  color: #932649;
  text-decoration: none;
  }
  
  a:visited{
  color: #932649;
  }
  
  a:hover{
  color:  #E69DB5;
  text-decoration: underline;
  }
  
  body{
  	background: url(background_black_cb_01.jpg);
	background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
	background-color: #000000;
  }
  
  #foot{
  	font-size: 80%;
	text-align: center;
  }

 .copy{
 font-size: 70%;
 color: #E69DB5;
 }