﻿body {
 font-family : tahoma;
 font-size : 10pt;
 color: #663300;
 }
  
 a {
 font-family : tahoma;
 text-decoration : none;
 color : #663300;
 }
 a:hover {
 text-decoration : underline;
 color : #F9A800;
 }