BODY{
  color : black;
  background-color : #C0C0C0;
}
H1{
  border-top-color : navy;
  border-bottom-color : navy;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-right-style : solid;
  border-left-style : solid;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
  font-size : 26pt;
  font-family : serif;
  font-weight : bold;
  color : white;
  background-color : #808080;
  font-family : "ARIAL BLACK",sans-serif;
}
H2{
  color : black;
  border-top-color : blue;
  border-bottom-color : blue;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-right-style : solid;
  border-left-style : solid;
  border-top-width: 3px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  font-size : 18pt;
  font-family : "MS Mincho",serif;
}
H3{
  border-top-color : blue;
  border-bottom-color : blue;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-right-style : solid;
  border-left-style : solid;
  border-top-width: 2px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  font-size : 13pt;
  font-family : "MS Mincho",serif;
}
HR{
  color : navy;
  height: 3px;
}
P{
  color : black;
  font-size : 11pt;
  font-family : "MS UI Gothic",sans-serif;
}
A{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : navy;
  text-decoration: none;
}
A:HOVER{
  color: #6666FF;
  text-decoration: underline;
}
A:ACTIVE{
  color: #3333FF;
  text-decoration: none;
}
UL{
  color : black;
  font-size : 13;
  font-family: serif;
  text-transform: capitalize;
  list-style-position: outside;
  list-style-type : none;
  list-style-image : url();
  padding-left : 0px;
}
TH{
  color : white;
  background-color : navy;
}
TD{
  text-decoration : none;
}
.copyright{
	font-size: 10pt;
	font-style: italic;
}
.body{
  text-indent : 0px;
  padding-left : 40px;
}
.dosukoi{
 font-size: 8pt;
 padding-left: 15px;
}
H3 {
	font-size: 12pt;
	line-height: 120%;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : black;
}
