/* 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:#0066FF;}
  
a:visited {
  text-decoration:none;
  color:#003366;}
  
a:active {
  text-decoration:none;
  color: #99CCFF;}
  
a:hover {
  text-decoration:underline;
  color:#0099FF;}

h1{font-size:xx-small;
   font-weight:100;
   color:#FFFFFF;
   padding:1px;
   margin:0px 2px;}

h2{font-size:medium;
   font-weight:bold;
   color:#555555;
   padding:2px;
   margin:0px;}
   
h3{font-size:medium;
   font-weight:bold;
   color:#555555;
   padding:2px;
   margin:7px 0 0 0px;}
   
h4{font-size:13px;
   font-weight:bold;
   margin:2px;}

.space {
  padding: 5px;}

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

.type2 {
  color: #F98509;
  font-weight:bold;}
  
.guide {
  padding: 0px 50px 0px 100px;}
