* {
	margin: 0;
	border: 0;
	color: black;
	overflow-x: hidden;
	overflow-y: visible;
	outline: none;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	}
	
a {
	outline: none;
	text-decoration: none;
	}
	
.about {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 450px;
	text-align: left;
	font: 16px Times, Times New Roman, Serif;
	line-height: 18px;
	}

.index {
	position: absolute;
	top: 15px;
	left: 550px;
	width: 600px;
	text-align: left;
	font: 16px Times, Times New Roman, Serif;
	line-height: 18px;
	}