A { text-decoration:none }
A { color : #363a36 ; }
A:hover { color : #b53c1b ; } 
body { font-size: 10pt }
td { 
font-size: 10pt;
text-align: left;
}

*.typeA
  {
  border: solid 1px #666666;
  }
*.typeB
  {
  border: solid 1px #000099;
  background-color: #ffff00;
  }
*.typeC
  {
  border: solid 1px #000099;
  background-color: red;
  }
*.typeD
  {
  border: solid 1px #000099;
  background-color: gray;
  }
*.typeE
  {
  border: solid 1px #000099;
  background-color: orange;
  }

h1 {
font-size: 12px;
color: #e43A06;
font-weight: bold;
margin-top: 2;
margin-bottom: 2;
}
h2 {
font-size: 11px;
}
h3 {
font-size: 10px;
}


.contents a,
.contents a:hover,
.contents img
{
color:orange;
}
