  body {
  	font-family: Verdana, Arial;
  }
  td.ft {
		background-color: #ccffff;
		text-align: center;
    font-family: Arial;
    font-weight: bold;
    border-top: solid black;
    border-bottom: solid black;
    border-left: solid black;
    border-right: solid black;
    color: black;
		}
	a {
		font-family: Times;
	}
  a:link {
    color: blue }
  a:visited {
    color: purple }
	a.current {
    border-top: dashed black;
    border-bottom: dashed black;
    border-left: dashed black;
    border-right: dashed black;
    border-right-width: thin;
    border-left-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
	}
	td.line {
		border-bottom: dashed black;
		border-bottom-width: thin;
	}