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