body {
  background-color: black;
  background-image: url(stan-profile.jpg); 
  background-repeat: no-repeat;
}

h1,h2,h3,h4,p,table,li,a {
  font-family: verdana, arial, 'sans serif'; 
  color:white; 
}

a:visited {
  color: grey;
}

a:hover,a.active {
  color:#EEEEEE;
}

h1,h2,h3,h4 {
  margin-left: 20pt;
}

p {
  margin-left: 30pt;
  margin-right: 30pt;
}

p.copyright {
  margin-top:40pt;
  font-size:8pt;
  text-align: center;
  color:darkgrey;
}

img {
  border-width: 0;
}

ol
{
  list-style: decimal; 
}
