@charset "utf-8";
#picture {
	position: absolute;
	left: 500px;
	top: 500px;
}
body {
	background-color: #62E1E3;
}


body h1 {
	color: #801B80;
	font-style: italic;
	font-size: 64px;
	text-align: center;
}




a:link {
	color: #070756;
}


a:visited {
	color: #83642C;
}

a:hover {
	color: #DC0F0F;
}

a:active {
	color: #6BCC6B;
}



#otherpage {
	position: absolute;
	left: 198px;
	top: 501px;
	width: 253px;
	height: 177px;
	background-image: none;
	background-color: gray;
	font-size: 24px;
	text-align: center;
}
body p a {
	font-size: 24px;
}
body p {
	color: #982598;
	font-size: 24px;
}
