.Index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 100%;
	position: fixe;
	height: auto;
}
.Start_text {
	font-size: 24px;
	font-weight: bold;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
