BODY { 
  margin: 5pt;
  font-face: Arial;
  font-family: sans-serif;
  text-align: justify;
  vertical-align: top;
  color: white;
  background: black
}

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: black; background: white; text-transform: uppercase }
H2 { font-size: 20pt; color: black; background: white }
H3 { font-size: 16pt; color: black; background: white }

A:link { text-decoration: none; color: black; background: white}
A:visited { text-decoration: none; color: black; background: white }
A:active { text-decoration: none: normal; color: black; background: white }
A:hover { text-decoration: none: normal; color: black; background: white }

IMG { display: block; background: transparent }

HR { width: 90%; height: 4px; color: black }

DIV { text-align: center; align: center }

.button { color: white; background: black; font-size: 12pt; font-weight: bold }
.black { text-align: center; font-face: Arial; font-family: sans-serif; font-weight: bold; font-size: 12pt; color: white; background: black }
.left { float: left }
.right { float: right }

#home { display: block; background: transparent }