Body {
	background-color: #ffffff;
}

A:hover {
	background-color: #ffffcc;
}

h3 {
	background-color: #ffffcc;
	text-align: center;
}

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

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

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

.quote-list {
	cursor: pointer;
	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: yellow;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

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

.neat-li {
	list-style-image: url(none);
	margin-top: 10px;
	background-color: #ffeebb;
}