/* CSS Document */

body {
  font-size: x-small;
  color: #000000;
  }
   
tr,td,th {
  font-size: x-small;
  color:#000000;
  line-height:1.3em;
  }

A:link {
  text-decoration:none;
  color : white;
}
A:visited {
  text-decoration:none;
  color : white;
}
A:active {
  text-decoration:none;
  color : white;
}
A:hover {
  text-decoration : none;
  color:#0099FF;
}

h1{font-size:18px;
  color:#000000;
  margin-bottom:0px;}

h2{font-size:16px;
   font-weight:bold;
  color:#000000;
   margin-bottom:5px;}
   
h3{font-size:16px;
   font-weight:bold;
   margin:3px;}
   
h4{font-size:13px;
   font-weight:bold;
   margin:2px;}

.space {
  padding: 5px;
}

.type1 {
  font-size:xx-small;
}

.type2 {
  color: #F98509;
  font-weight:bold;
