body {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #333366;
  background-image: url(web-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0px;
}

h1 { 
  font-family: "Arial Black", Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  letter-spacing: 0.02em;
}

h2 {
  color: #6699FF;  
  font-size: 12pt;
  letter-spacing: 0.05em;
}

h5 {
  padding: 0px;
  font-weight: bold;
  font-size: 10pt;
  margin: 2px;
}  

a { 
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: underline;
  color: yellow;
}

a:hover {
  text-decoration: none;
  color: white;
}
  
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}  

hr {
  color: white;
}
  
.subtitle {
  font-size:10pt;
  letter-spacing:0.1em;
  font-family:Arial, Helvetica, sans-serif;
}

.links {
  font-size: 9pt;
}

.small {
  font-size: 9pt;
  text-align: justify;
}  

.color {
  color: #6699FF;
}  
