@charset "utf-8";
/* CSS Document */

#indexlogo{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: center;
	margin-top: 200px;
	}
#language{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	line-height: 30%;
	}
.link{
	color:#FF6600;
	text-decoration: none;
	}
.line{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #99FF00;
	border-left-color: #99FF00;
	}
.webofnext{
	color:#000000;
	}