/* 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;
}

table {   background-color : #FFCC00; }
th { text-align : left }
h1 { font-family : Arial; color : #0066FF }
h2 {  font-family : Arial; color : #000000 }
p { color : black }
p.ember { color : #000099; }
p.box { color : white; background: #0066FF; text-align : center }
p.meta { color : white; background: black }

a { color : #0000CC }
a:visited { color : #CC0033; text-decoration : none }

code { color : #008800; }




