 
BODY{
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
	font-family: "MS UI Gothic", sans-serif;
	font-size: medium;
	line-height: 200%;
	color: #27565a;
	letter-spacing: normal;
}



H1{
  color : gray;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : yellow;
  padding-bottom : 0px;
  margin-right : 10%;
}

H2{
  font-size : medium;
  text-align : left;
  margin-top : 30px;
  margin-right : 30px;
  padding-bottom : 3px;
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : #e1dfff;
  padding-left : 10px;
  border-left-width : 30px;
  border-left-style : solid;
  border-left-color : #e1dfff;
  color : navy;
}


P{
  line-height : 180%;
  color : #27565a;
  letter-spacing : normal;
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 20px;
  font-weight : normal;
}

DIV{
  text-align : center;
}

.LOGO{
  color : white;
  background-color : #ff9933;
  font-size : 12px;
  font-family : Verdana;
  text-align : center;
}

.NAVI{
  font-size : 16px;
  margin-top : 10px;
  margin-left : 10px;
  color : gray;
}

A:HOVER{
  background-color : #edecff;
}