 h1
 {
  font-family: Arial;
 }
 h2
 {
  font-family: Arial;
 }
 td
 {
  font-size:14px;
  font-family: Arial;
  text-align: justify;
 }
 a
 {
  font-family: Arial;
  font-size:14px;
  color: blue;
 }
 a:visit
 {
  font-family: Arial;
  font-size:14px;
  color: blue;
 }
 a:hover
 {
  font-family: Arial;
  font-size:14px;
  color: blue;
  text-decoration: none;
 }
 .folder
 {
  font-family: Arial;
  font-size:10px;
  color: #767676;
 }
 a.folder
 {
  font-family: Arial;
  font-size:10px;
  color: #767676;
 }
 a.folder:visit
 {
  font-family: Arial;
  font-size:10px;
  color: #767676;
 }
 a.folder:hover
 {
  font-family: Arial;
  font-size:10px;
  color: #767676;
  text-decoration: none;
 }
