@charset "utf-8";
body {


background-image: url("kumo.jpg");
	color:green;
	font-size: 35pt;
	font-weight:800;  font-family: arial;
	text-align:center;

}
h1{
	background-color:#84b512;
	width:400px;
	margin:auto;
  	padding: 8px 15px;
  	color: #fffff0;
	font-size: 36pt;
  	font-weight: bold;
	font-family: arial;
	text-align:center;
	text-shadow: 4px 10px 5px #000000;
}	
h2{
	color:#84b512;
	font-size: 16pt;
	font-family: arial;
	text-align:center;
}
ul li{
display:inline;
padding:4px;
margin-right:20px;
font-size:14pt;
list-style:none;
float:center;
}
.borderStyle{
	border:none;
  background:-moz-linear-gradient(rgba(132,181,18,0.7), rgba(132,181,18,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(132,181,18,0.5)), to(rgba(132,181,18,0.9)));

	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	 /* Webkit (Safari/Chrome) */
 -webkit-box-shadow: 2px 5px 5px 3px rgba(0,0,0,0.1);
	/* Mozilla Firefox */
 -moz-box-shadow: 2px 5px 5px 3px rgba(0,0,0,0.1);
	/* Proposed W3C Markup */
 box-shadow: 2px 5px 5px 3px rgba(0,0,0,0.1);
} 
table {
  width: 600px;
  border-spacing: 0;
  font-size:16px;
}

table th {
  color: #fff;
  padding: 8px 15px;
  background: #84b512;
  background:-moz-linear-gradient(rgba(132,181,18,0.7), rgba(132,181,18,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(132,181,18,0.7)), to(rgba(132,181,18,0.9)));
  font-weight: bold;
  border-left:1px solid #688032;
  border-right:1px solid #688032;
  border-top:1px solid #688032;
  border-bottom:1px solid #688032;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 2px 5px 5px rgba(255,255,255,0.3) inset;
}
table th:first-child {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
table th:last-child {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
  border-right:1px solid #688032;
  box-shadow: 5px 5px 2px rgba(0,0,0,0.1),2px 5px 5px rgba(255,255,255,0.3) inset;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #688032;
  border-left: 1px solid #688032;
  border-right: 1px solid #688032;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #688032;
  box-shadow: 5px 5px 2px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 5px 5px 2px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
table tr:last-child td:last-child {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
table tr:hover {
  background: #bbd4ee;
}
.fontsmall{
font-size:12px;
}
hr{
size:5px;

border-color:blue;
width:50%;
}