﻿/* Fonts */ 
a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #FFCC00;
}

a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #FFCC00
}

a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #FFCC00
}

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  color: #FF0000;
}


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: bold;
  color: #FFCC00;
}



