/* gurber.css  -  VP7 Style Sheet */

body {
  margin-top: 0;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  font-family: times,sans-serif;
}

A:link {
  text-decoration: none; 
  color: #669999; 
  font-family: Helvetica,serif;
} 

A:visited {
  text-decoration: none;
  color: #009999
} 

A:hover {
  text-decoration: underline
}

A:active {
  color:red;
}

.abshead {
  color: #000000;
  background: #FFFFFF;
  font-family: helvetica,lucidia,serif;
  font-style: normal;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
}

H2 {
  color: #000000;
  background: #FFFFFF;
  font-family: helvetica,lucidia,serif;
  font-style: normal;
  font-weight: bold;
  font-size: 110%;
  text-align: left;
}


.text {
  background: #FFFFFF;
  color: #000000;
  text-align: justify;
  font-family: helvetica,lucida,serif;
}

.centered {
  text-align: center;
  font-family: helvetica,lucida,serif;
}

.main {
  background: #FFFFFF;
  color: #000000;
  text-align: justify;
  font-family: helvetica,lucida,serif;
}

.gb {
  background: #FFFFFF;
  color: #000000;
  font-family: helvetica,lucidia,serif;
}

/* left-aligned bold text */
.leftemph {
  color: #0033CC;
  font-family: helvetica,lucida,serif;
  font-weight: bold;
  font-style: normal;
  float: left;
}


