/* Parsing SinglePage Stylesheet */
body {
  font-family:sans-serif;
  color:black;
  /* background-color:#fafafa; */
  background-image:url(pics/raster.png);
  line-height:1.5;
}

h1 { color:#000099; text-align:center; line-height:2.0; }
h2 { color:#000033; text-align:center; line-height:1.5; }

a:link    { color:#0000ff; text-decoration:none; }
a:visited { color:#191970; text-decoration:none; }
a:active  { color:#191970; text-decoration:underline; }
a:hover   { color:#4b0082; text-decoration:underline; }

img { border:0px; }
