/* This is a stylesheet and can be used in any/all pages */

H2 { color: blue; font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 18px;
   text=align: center;
}


P {font-family: Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-size: 14px;
   text-align: justify;
}

P.p2 {font-family: Helvetica, Arial, sans-serif;
   color: YELLOW;
   text-align: left;
   text-decoration: underline;
   font-weight: bold;
   font-size: 16px;
}

P.p3 {
}

A:link, A:active, A:visited {
  color: #0000FF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

A:hover {
  color: #FF0000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

A.link2:link, A.link2:active, A.link2:visited {
  color: YELLOW;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 12;
  text-align: center;
}

A.link2:hover {
  color: #FF0000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 12;
  text-align:center;
}

A.link3:link, A.link3:active, A.link3:visited {
  font-family: Times;
  color: #0000FF;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}

A.link3:hover {
  color: #FF0000;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
}


A.link4:link, A.link4:active, A.link4:visited {
  font-family: Times;
  color: #0000FF;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
}

A.link4:hover {
  color: #FF0000;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
}


.rollover a { 
  display:block; width:32px; background-color: #FFFFFF}
  .rollover a:hover { background-color: #990000}
}
