td{
font-family : Arial;

}

td.header{
  font-size : 13pt;
  font-weight : bold;
  color : #00008B;
}

a{
font-family : Arial;
}

a:link {
  color:blue;
  text-decoration: underline;
}

a:active {
  color:red;
  text-decoration: underline;
}

a:visited {
  color:blue;
  text-decoration: underline;
}

a:hover {
  color:red;
  text-decoration: none;
}

ul{
	margin-left : 20px;
	margin-right : 5px;
	margin-bottom : 5px;
	margin-top : 5px;
}