BODY{
   background-color: white;
   color: black;
}

#box{
  border: #36b 1px solid;
  background: url('../img/blue_grade.png') #76a0e1;
  color: black;
}

#box H1{
   color: #eee;
}

#box .bulletlist{
   list-style-image: url('../img/orange_bullet.png');
}

.prompt{
   border: 1px solid #47b;
   background: #8bb3ed;
}

.boxfooter{
   border-top: 1px dotted #47b;
}


