/**
#FFCC00 = a yellow
#c79937 = a brown
#ffeb9a = a cream
#6b6b68 = a dark gray
*/
BODY {
  background: #ffffff;
  font-family: serif, Arial, Verdana, sans-serif, Tahoma;
  font-size: 11pt;
  text-decoration: none;
}

h1 { color: #614400; font-size: 18pt; }
h2 { color: #614400; font-size: 14pt;}
h3 { color: #614400; font-size: 12pt;}

a:link { FONT-WEIGHT:normal; color: #614400; text-decoration: underline; }
a:visited { FONT-WEIGHT:normal; color: #614400; text-decoration: underline;}
a:hover { FONT-WEIGHT:normal; background: #ffdd11; color:#000000; text-decoration: underline;}

a.navlink:link	{ COLOR:#614400; TEXT-DECORATION:none }
a.navlink:visited { COLOR:#614400; TEXT-DECORATION:none }
a.navlink:hover	{ background: #614400; COLOR:#FFCC00; TEXT-DECORATION:none }


.site_header {color : #614400;font-size: 24pt;}

.site_footer {
	color: #3b3b38;
	background: #FFCC00;
	font-size: 10pt;
	height: 42px;
	background-image: url('/img/navigation-gradient-yellow2.png');
/*  background-repeat: no-repeat; */
}

.site_navigation {
	font-family: serif;
	color: #3b3b38;
	background: #FFCC00;
	font-size: 12pt;
	font-weight: bold;
	/*padding: 1ex;*/
	height: 42px;
	background-image: url('/img/navigation-gradient-yellow2.png');
}

.site_content {
	background: #ffffff;
	color: #3b3b38;
	padding: 1ex;
}
.site_content_padder {padding-top: 16px; padding-bottom: 16px;}

.highlight1 { color: #000000; background: #ffeb9a;}

.highlight0 { color: #000000; background: #FFCC00;}

.code {
  color: #111155;
  background: #fafafa;
  border: 1px dashed #222222;
  padding: 5px;
}

.bigquote {
  color: #2222ff;
  background: #ffff00;
  border: 1px solid #2222ff;
  padding: 5px;
}

.quote {
  color: #000000;
  background: #f7f7f7;
  border: 1px inset #cccccc;
  padding: 5px;
  font-style: italic;
  font-size: small;
}

.legalese {
  color: #000000;
  background: #f7f7f7;
  border: 1px inset #cccccc;
  padding: 5px;
  font-style: italic;
  font-size: 9pt;
}

.mild_warning {
  color: #000000;
  background: #ffffaa;
  border: 1px solid #ff0000;
  padding: 5px;
}

.achtung {
  color: #ff0000;
  background: #ffff00;
  border: 1px inset #ff0000;
  padding: 5px;
  font-style: italic;
}

.placeholder {
  color: #ffffff;
  background: #ff0000;
  border: 4px dashed #ffff00;
  padding: 2px;
  font-style: italic;
  font-weight: bold;
  text-decoration: blink;
}
