BODY { 
  background: #00CCFF;
  margin: 0pt;
  font-face: Arial;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #FFFFFF;
  text-align: justify
}

H1, H2, P { display: block; font-weight: bold }
H1, H2, H3 { margin-top: 1em; margin-bottom: 1em; text-align: center}

H1 { font-size: 24pt; color: #76371B; background: #FFFFFF; text-transform: uppercase }
H2 { font-size: 20pt; color: #FFFFFF; background: #27365D }
H3 { font-size: 16pt; color: #27365D }
P { font }

A:link { text-decoration: none; color: #76371B; background: #FFFFFF }
A:visited { text-decoration: none; color: #76371B; background: #FFFFFF }
A:active { text-decoration: none: normal; color: #27365D; background: #76371B }
A:hover { text-decoration: none: normal; color: #FFFFFF; background: #27365D }

HR { width: 90%; height: 8px; color: #76371B }

.red { color: #76371B }
.blue { color: #27365D }
.left { float: left }
.right { float: right }
.small { font-size: 9pt }
