body {
    font-family: monospace;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
}
.logo {
    width: 25%;
    min-width: 200px;
    margin: 3rem;
}
.message {
	padding: 2rem;
}
.controls {
    display: flex;
    gap: 5px;
}
.controls input[name=jumpword] {
    font-family: monospace;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.controls input[type=submit] {
    font-family: monospace;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.controls input[type=submit]:hover {
	cursor: pointer;
	border: 1px solid black;
	color: black;
}
.info {
    text-align: center;
    color:black;
	padding: 3rem;
	font-size: 0.6rem;
}


/* CSS Document */

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

.jump-text {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-style: solid;
	border-width: thin;
}
.jump-button {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right-color: #FFFFFF;
	border-width: thin;

}

.body-text {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#summary {
	color: white;
}