/* conlang flag purple color #91008c */
/* conlang flag saffron color #ffb700 */
body {
  background: #fff none repeat scroll 0%;
  color: #000000;
}
a:link {
  color: #91008c;
  text-decoration: underline;
}
a:active {
  color: #ffb700;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #555;
  text-decoration: underline;
}

.button {
	font-weight: bold;
	font-size: small;
	color: #000 !important;
	width: 1em;
	border: 0.2em solid #91008c;
	background: #ffb700;
	text-align: center;
	margin: 0.5em;
	padding: 0.2em;
}

h1 {
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #ffb700;
	border: 0.25em solid #91008c;
	padding: 0.1em;
	margin: 3%;
}
h2 {
	text-align: left;
	font-weight: bold;
	background: #91008c;
	color: #ffb700;
	padding: 0.2em 0.5em;
	margin: 3%;
}

div.content {
  margin: 5px auto;
  max-width: 40em;
}

