body	{background : url('../chapter_7/bar.gif') #ffffff;}
	
h1 	{
	border-top:5px solid #F16681; 
	border-bottom:5px solid #F16681;
	}
	
ul {
	list-style-image: url('../chapter_7/bullet.gif');
	}
	
.mainbox {
	background-color:#FCEFF3;
	}
	
.box {
	border:2px solid #F16681; 
	}
	
blockquote {
	background-color:#FCEFF3;
	}
	
.question {
	background-color:#FCEFF3;
	background-image: url('../chapter_7/question.gif');
	}
	
th, td {
	border:2px solid #F16681;
	}
	
th {
	background-color:#FCEFF3;
	}
	
abbr {
  	border-bottom: 1px dotted #F16681;
	}