
em {font-style:normal;color:red}

body {

  background-width:100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color:black;
  background-size:100%;
  left-margin: 40 px;
  font-family: arial;

}

p.margin {
  color: white;
  margin-left: 3cm;
  margin-right: 3cm;
}
p.quote {
  color: white;
  margin-left: 5cm;
  margin-right: 5cm;
}
p.alignright {
  color: white;
  text-align: right;
  margin-right: 5cm;
}
p.center {
  color: white;
  text-align: center;
  margin-right: 5cm;
}


A:link {text-decoration: underline; color: white;}
A:visited {text-decoration: underline; color: white;}
A:active {text-decoration: underline; color: white;}
A:hover {text-decoration: underline; color: gray;}