body { /* this is the entire page */
      font: italic 12px trebuchet ms, tahoma, verdana;    color: #A85168;
   background-color: #BDC18F;
}





A:link, a:visited, a:active {
 font-weight: bold; text-decoration: underline;
 border-bottom: 0px;  color: #BB6F88}


a:hover {
  text-decoration: underline;
   color: #A85168}


b {
color: #A85168;
text-transform: uppercase}


#container { 
width: 500px;
    
min-height:535px;
    

background-color: #ECD3E0;

padding: 3px; /* pad the content a little */
    margin: 0px auto; /* this centers the container */
}




#content {
width: 495px;
    border: 0px;
    background-color: #ECD3E0;
    padding: 3px; 
}



.head {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
 padding-bottom: 2px;
	padding-top: 2px;
 padding-left: 3px; color: #9A1309;
      border: 1px solid #9A1309;
 background-color: #FFA6C1; letter-spacing: 1px;}




input, textarea, select
{ background: #ECD3E0;
 color: #A85168; 
border: 1pt solid #A85168; 
}

blockquote {
  margin: 5px;
  padding: 5px;
  padding-left: 10px;
  background: #F9C0CF;
  border-left: solid 10px #ECD3E0;
  border-right: solid 10px #ECD3E0;
}
