a:link
  {
    color: #005177;
    background-color: transparent;
    text-decoration: none;
  }
  a:visited
  {
    color: #005177;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover
  {
    color: #cc3333;
    background-color: transparent;
    text-decoration: none;
  }
  .nav
  {
    color: #cccccc;
    background-color: transparent;
    text-decoration: none;
  }
  .nav:link
  {
    color: #cccccc;
    background-color: transparent;
    text-decoration: none;
  }
  .nav:visited
  {
    color: #cccccc;
    background-color: transparent;
    text-decoration: none;
  }
  .nav:hover
  {
    color: #0000FF;
    background-color: yellow;
    text-decoration: none;
  }
  body
  {
    font-size: 12px;
    font-family: verdana, arial, helvetica, serif;
  }
  table
  {
    empty-cells: show;

  }
  td
  {
    font-size: 12px;
    color: #cccccc;
    font-family: verdana, arial, helvetica, serif;
  }
  input
  {
    font-size: 9pt;
    color: #cccccc;
    font-family: verdana,arial, helvetica, serif;
    background-color: #555555;
  }
  textarea
  {
    font-size: 9pt;
    color: #666666;
    font-family: verdana,arial, helvetica, serif;
    background-color: #cccccc;
  }
  select
  {
    font-size: 7pt;
    color: #666666;
    font-family: verdana,arial, helvetica, serif;
    background-color: #cccccc;
  }
  .windowbg
  {
    font-size: 12px;
    color: #cccccc;
    font-family: verdana, arial, helvetica, serif;
    background-color: #444444;
  }
  .windowbg2
  {
    font-size: 12px;
    color: #cccccc;
    font-family: verdana, arial, helvetica, serif;
    background-color: #333333;
  }
  .windowbg3
  {
    font-size: 12px;
    color: #cccccc;
    font-family: verdana, arial, helvetica, serif;
    background-color: #666666;
  }
  hr
  {
    color: #666666;
    background-color: transparent;
  }
  .titlebg
  {
    color: #cccccc;
    background-color: #555555;
  }
  .text1
  {
    font-weight: bold;
    font-size: 13px;
    color: #cccccc;
    font-style: normal;
    background-color: transparent;
  }
  .catbg
  {
    font-weight: bold;
    font-size: 13px;
    background-image: url(GTImages/catbg.jpg);
    color: #cccccc;
  }
  .bordercolor
  {
    font-size: 12px;
    font-family: verdana, arial, helvetica, serif;
    background-color: #595959;
  }
  .quote
  {
    font-size: 12px;
    color: #cccccc;
    font-family: arial, verdana, helvetica, serif;
    background-color: #555555;
  }
  .code
  {
    font-size: 12px;
    color: #cccccc;
    font-family: courier new, helvetica, times new roman, serif;
    background-color: #cccccc;
  }
  .help
  {
    cursor: help;
    background-color: transparent;
  }
  .meaction
  {
    color: #FF8D02;
    background-color: transparent;
  }
  .editor
  {
    width : 100%;
  }
  .highlight {
	background-color: yellow; font-weight: bold;
	color: black;
  }
  table.im, tr, td
   {
  font-size: inherit;
   }
  table.im
  {
  border-collapse : collapse;
  }

/* this is the border colour when viewing IMs */
  table.im td
  {
  border : 1px solid #808080;
  }
  table.imview td
  {
  border: 0px;
  }

  /* the color the row gets highlighted when selecting a message */
 tr.highlight
  {
  background-color: #EEEEEE;
  }

/* outline and width of the % space box */
  div.imoutline
  {
  width: 200px;
  border: 1px solid white;

  }

/* fill color of % space box */
  div.imfillcolor
  {
  background-color: #FF8D02;
  }
BODY {
	SCROLLBAR-FACE-COLOR: #595959; SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #333333;
SCROLLBAR-ARROW-COLOR: #FFA600; SCROLLBAR-TRACK-COLOR: #595959; SCROLLBAR-DARKSHADOW-COLOR: #666666;
}
A:link {
	COLOR: #CCCCCC; TEXT-DECORATION: none
}
A:visited {
	COLOR: #CCCCCC; TEXT-DECORATION: none
}
A:active {
	COLOR: #CCCCCC; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: none; FILTER: none; COLOR: #FFFFFF;  HEIGHT: 0px; TEXT-DECORATION: none
}
<!--
a {text-decoration: none}
body,p,td {font-size:9pt;
	   font-family:Verdana;
-->