/* style.css - a simple style sheet */
body {
  margin-left: 25%; margin-right: 25%;margin-top:10px;
  color: white; background: black;text-transform:lowercase;
font-family:sans-serif}


:link { color: white; text-decoration: none; font-weight: bold}  /* for unvisited links */
  :visited { color: white; text-decoration: none; font-weight: bold} /* for visited links */
  a:active { color: white; text-decoration: none; font-weight: bold } /* when link is clicked */
  a:hover { color: silver; text-decoration: none; font-weight: bold } /* when mouse is over link */

p {font-size:12px}
h1 {line-height: 50%;text-align:center}
p.hlinks {font-size:15px;line-height: 10%;text-align:center}

img {border: 0;}

