@charset "UTF-8";
td{
  font-family : sans-serif;
  color:#FFFFFF;
  text-align:left;
  vertical-align:top;
  font-weight : normal;
  line-height: 1; 
}
p{
   font-family : sans-serif;
  color:#FFFFFF;
  font-size : 10pt;
}
h2{
  font-family : sans-serif;
  font-weight : 900;
  color : #ffff95;
}
h3{
  font-family : sans-serif;
  font-weight : 700;
  font-style : italic;
}
body{
  background-color : black;
-webkit-text-size-adjust: 100%;
  font-size : 10pt;
  font-family : sans-serif;
}



.tbl{
	border-width : 1px;
border-style : solid;
border-color : gray;
	border-collapse:collapse;
  line-height : 1.2;
}
.ttl{
  background-color : navy;
}
a{
 color: #FFFFE1;
}
a:visited{
  color : #ffffe1;
}
 a:hover{
      color: #FFB9B9;
}
