body {
	background: #FFF175;
	text-align: center;
	}
	
.box {/*this is a box */
  background: #EEEEEE;
  color : #222222;
  font-family : "Times New Roman", Times, serif;
  font-size: 16pt;
  padding : 20px;
  margin: auto;
  width: 600px;
  border-color : #FFE165;
  border-style : solid;
  border-width : 2px;
  } 
  
.facts {
	font-size: 12pt;
	}
	
.writing {
	text-indent: 20px;
	font-size: 12pt;
	text-align: left;
}
.border {
	border-color : #CCCCCC;
  border-style : solid;
  border-width : 1px;/* the border property in longhand*/
  margin:10px;
  
  }
  
  .instructionbox {
    background: #FFFFFF;
  color : #222222;
  font-family : "Times New Roman", Times, serif;
  font-size: 12pt;
  padding : 25px;
  width:350px;
  margin: auto;
  text-align: center;
  border-color : #CCCCCC;
  border-style : solid;
  border-width : 1px;
  } 
  
  a {
  
  color: #000000
  
  }