a:link, a:visited, a:active { 
  text-decoration:none; 
  font-weight:bold; 
  font-family:Consolas,monospace; 
  color:#ccddff;
}

a.navi:link, a.navi:visited, a.navi:active { 
  font-size:20px 
}

body { 
  margin-top:20px; 
  margin-left:60px; 
  margin-right:50px; 
  background-color:#444444; 
  background-image:url(background.png); 
  color:#cccccc; 
}

h1 { 
  margin-left:-40px; 
  font-family:Consolas,monospace; 
  font-size:50px; 
  font-weight:bold; 
  color:#ffbb99 
}

h2 { 
  margin-left:-20px;
  font-family:Consolas,monospace; 
  font-size:30px; 
  font-weight:bold; 
  color:#ffddbb 
}

p { 
  margin-right:50px; 
  text-align:justify; 
  font-family:Consolas,monospace;
}