/* @(#)$Id: style.css,v 1.4 2015/03/22 14:26:38 rm55 Exp $ */

body {
  color: #ffffff;
  background: #000000;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: sans-serif;
  font-size: 12pt;
}

A:link    { color: #0000ee; }	/* unvisited links */
A:visited { color: #551a8b; }	/* visited links   */
A:hover   { color: #00ff00; }	/* user hovers     */
A:active  { color: #ff0000; }	/* active links    */

img {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

H1 {
  text-align: center;
}

p.center {
  text-align: center;
}

img.trovish {
  width: 100%;
  max-width: 500px;
  height:auto;
}
