/* CSS Document */

body {
  font-size: x-small;
  color: #000000;
  }
   
tr,td,th {
  font-size: small;
  color:#000000;
  line-height:1.5em;
  }

a:link {
  text-decoration:none;
  color: #4FB5B5;
}
a:visited {
  text-decoration:none;
  color: #4FB5B5;
}
a:active {
  text-decoration:none;
  color: #99CCFF;
}
a:hover {
  text-decoration:underline;
  color: #FD82AB;
}

li{padding:0px;
margin:0;}

h1{font-size:20px;
   font-weight:bold;
   color:#F46161;
   margin-bottom:0px;
   text-align:center;}

h2{font-size:18px;
   font-weight:bold;
   color:#0099CC;
   line-height:1.4em;
   margin-bottom:0px;
   list-style-type:disc;}
   
h3{font-size:16px;
   font-weight:bold;
   text-decoration:underline;
   margin:3px;}
   
h4{font-size:13px;
   font-weight:bold;
   margin:2px;}

.space {
   padding:0 20 0 20 ;
}

.type1 {
  font-size:xx-small;
}

.type2 {
  font-size:x-small;
}