a:link {
  color:#909090;
}
a:hover {
  color:#f08000;
}
.blacktop {
  border-top: 5px #000000 solid;
}
.background {
  background-color: #FFFFFF;
  overflow-y: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}

.black {
  background-color: #000000;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}

.contents {
  font-size: 10pt
}

.copyrights {
  font-family: "Courier New", "Courier", "mono";
  font-size: 10pt
}

h1{
  font-size: 12pt;
  font-weight:bold;
}
h6{
  font-size: 8pt;
  font-weight:normal;
}

img.thumbnail {
  border-top: 5px #000000 solid;
  border-bottom: 5px #000000 solid;
}

table{
  display:inline;
}

.clear{
  clear:both;
}
hr{
  width:90%;
  height:1px;
  color:black;
  background-color:black;
  border:none;
}

.description{
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  width:60%;
}
.center{
  text-align:center;
}

.f-left{
  float:left;
  text-align:center;
}

.f-right{
  float:right;
  text-align:center;
}

p{
  margin-left:2em;
}
