
/* story.css : cascading stylesheet for manifestation.com stories */


body { 
  color : black; 
  background-color : #FFCC00; 
  font-size : 11pt;
  font-family : verdana, arial;
  margin-left  : 50px;
  margin-right : 50px;
}

h1 { 
  font-family : Arial; 
  color : #0066FF 
}

h2 { 
  font-family : Arial;
  color : #000000 
}

p { color : black }

a { color : red }

