BODY{
  color : black;
  background-color: whitesmoke;
}
HR{
  color : seagreen;
  height: 3px;
}
P{
  color: #666666;
}

UL{
  color : black;
  list-style-image : url(image/l_a03.gif);
  list-style-position: outside;
}

TH{
  color : white;
}

TD{
  color : black;
  font-size:11pt;
}

a{text-decoration:none;}

.box{padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	background-color:darkgreen;
	color : white;
	font-size:20px;
	font:bold;
	width: 180px;
	height: 45px;
	margin : 7px 10px 10px 10px;
	}
	
a:hover.box{
	background-color:mediumaquamarine;
	color:yellow;
	}
	
a:active.box{
	background-color:red;
	color:yellow;
	}	
	
.box2{padding-top: 3px;
	padding-left: 35px;
	text-align: center;
	background-color: forestgreen;
	color : black;
	font-size:8px;
	font:bold;
	width: 650px;
	height: 10px;
	margin : 5px 5px 5px 5px;

	}

.box3{padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	background-image: url("image/d007bcg.gif");
	color : black;
	font-size:22px;
	font:bold;
	width: 650px;
	height: 10px;
	margin : 5px 5px 5px 5px;

	}
.box4{padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	background:palegreen;
	color : black;
	font-size:20px;
	width: 200px;
	height: 40px;
	margin : 30px 15px 15px 120px;
	}
	
.box5{padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	background:darkslategray;
	color : white;
	font-size:20px;
	width: 160px;
	height: 40px;
	margin : 10px 5px 5px 5px;
	}
