@charset "UTF-8";

p { 
  color:black; 
}
.highlight { 
  color:orange; 
}
.callout{ 
  color:blue; 
}
#bottom { 
  color:red; 
}
h1 {
  color:red;
}