html {
	height: 100%;
	width: 100%;
	background-color: #500cb5;
}

body {
	margin-top: 6%;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #fff;
}

a {
	outline: none;
	text-decoration: underline;
}

img {
	border: none;
}

#intro {
	width: 850px;
	margin: 0 auto;
}

div.hoya {
	height: 88%;
	width: 100%;
	text-align: center;
}

div.hoyalink {
	margin: 5px 0 100px 0;
}

div.introlink {
	margin-top: 5px;
}

a.introlink1 {
	color: #fff;
}

a.introlink1:hover {
	color: #fff;
	background-color: #ff0000;
}

div.hoyatext {
	margin-top: 20px;
	padding: 0 35% 0 15%;
	line-height: 14pt;
	text-align: left;
}
