body {
	background-color: #ffffff;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	font-family: "Arial";
}


#container {
	width: 900px;
	height: 800px;
	margin: 0 auto;
}


div.content {
	background-color: #fcfcfc;
	border-style: solid;
	border-width: 2px;
	width: 900px;
	height: 500px;
	margin-top: -20px;
	border-radius: 7px;
	border-color: #a0a0a0;
}


p.title {
	margin-top: 120px;
	font-size: 36px;
}


div.navbar {
	margin-top: -62px;
	float: right;
	font-size: 18px;
}


a.nav {
	text-decoration: none;
	color: #717171;
	padding-left: 20px;
}


a.nav:hover {
	color: #1299d6;
}


div.text {
	margin-top: 100px;
}


p.short {
	display: block;
	text-align: center;
}


p.ictw {
	display: block;
	text-align: center;
}


p.person {
	display: block;
	text-align: center;
}


p.epayj {
	display: block;
	text-align: center;
}


div.links {
	margin-top: 50px;
	text-align: center;
}


a.links {
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-radius: 10px;
	opacity: 0.6;
}


a.a {
	background: #42a300;
}


a.b {
	background: #1299d6;
}


a.links:hover {
	opacity: 1.0;
}
