body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: white;
  color: black;
  font-size: 12pt;
}

div.lavender {
  background-color: lavender;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

div.yellow {
	background-color: lightyellow;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-weight: bold;
}
div.lavender_big {
  background-color: lavender;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
	font-size: 24px;
	color: #660000;
  margin-top: 10px;
}

div.yellow_big {
	background-color: lightyellow;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 24px;
	color: #660000;
	font-weight: bold;
}

div.question {
  background-color: lavender;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

div.answer {
  background-color: lightyellow;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 30px;
}

a.normal {
  text-decoration: none;
  font-weight: bold;
  color: #006633;
  background-color: white;
}

a.normal:hover {
  background-color: #006633;
  color: white;
}

a.green {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
	font-size:14pt;
}

a.red {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size:14pt;
}

a.blue {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
	font-size:14pt;
}
.lavender p {
	font-size: 16px;
	color: #660000;
}

a.yellow {
  color: #999900;
  text-decoration: none;
  font-weight: bold;
  font-size:12pt;
}

a.green:hover {
  background-color: #006633;
  color: white;
}

a.red:hover {
	background-color: #990000;
	color: white;
	text-transform: capitalize;
}

a.blue:hover {
  background-color: #3366CC;
  color: white;
}

a.yellow:hover {
  background-color: #999900;
  color: white;
}
div.lavender_big {
	background-color: lavender;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
