Body {
	background-color: white;
}

A:hover {
	background: white;
	color: blue;
/*	border-style: solid;
	border-color: gray;
*/
}

DIV {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
} 

.logo-header {
	width: 80%;
	height: 20%;
}

.headline {
	font-size: x-large;
	font-weight: bold;
}

.quote-list {
	list-style-image: url(none);
	/*font-style: italic;*/
	font-weight: bold;
	background: yellow;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.description-list {
	list-style-image: url(none);
	font-style: italic;
	background: yellow;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.instruction-list {
	/*list-style-image: url(none);
	font-style: italic;
	*/
	border-style: solid;
	/*font-weight: bold;*/
	background: #f5fff5;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.input-field {
	width: 100%;
	max-width: 100%;
	nim-width: 100%
	background: white;
}


