<style type="text/css">
<!--
a:link {
  text-decoration:none;
  color:#ff6666;
}
a:visited {
  text-decoration:none;
  color:#ff9933;
}
a:active {
  text-decoration:none;
  color:#ccffff;
}
a:hover {
  text-decoration:overline underline;
}

.td_toptitle{
  font-size : 16px;
  color : black;
  background-color : #b5e7ff;
  font-weight : bold;
  padding : 10px;
  text-align : center;
}

TD{
  font-size : 13px;
  color : #414141;
}

.f13{
  font-size : 13px;
  color : #666666;
}

li{
list-style-type:square;
}