.link-box{
	font-size: 16px;
	word-spacing: 200px;
}
.link-box a:link{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
.link-box a:visited{
	color:#000000;
	text-decoration:none;
}
.link-box a:hover{
	color:#ffffff;
	
	text-decoration:none;
}
.link-box a:active{
	color:#ffffff;
	text-decoration:none;
}
#header-box{
	position:absolute;
	width:1000px;
	height:66px;
	background-color: #cccccc;
	border-radius:11px;

}
#nav-box{
	position:absolute;
	top:80px;
	width:100%;
	height:30px;
	text-indent:82px;
	padding-top:6px;
	background-color:#abbcd7;
	border-radius:11px;
}
#content-box{
	position:absolute;
	top:170px;
	width:100%;
	height:1130px;
	background-color:white;
}
button {
	font-family:Verdana;
	background-color:#cccccc;
	border-radius:11px;
	width:140px;
	height:30px;
	color:#000;	

		}
button:hover{
	background-color:#abbcd7;
	cursor:pointer;
}


