@charset "UTF-8";
/* Custom local styles... */
 #nameplate {
	 background-color: #bf7507;
	 color: #e8cd06;
	 padding: 5px;
}
 #nameplate h1 {
	 font-size: 18px;
	 color: #e8cd06;
	 margin-top: 2;
	 margin-right: 0;
	 margin-bottom: 2px;
	 margin-left: 0px;
	 display: inline;
	/* Don't change this */
}
 #header #nameplate h1 a strong {
     color: #000;
}
 #nameplate h2 {
	 font-size: 14px;
	 color: #e8cd06;
	 margin: 0 0 0 15px;
	 display: inline;
	/* Don't change this */
}
#nameplate h3 {
	 font-size: 12px;
	 color: #e8cd06;
	 margin: 0 0 0 0px;
}
#content h1 {
	color: #bf7507; /* Change this to change the text color. */
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0px;
}
#content .read {
	color: #a00e0e;
	text-decoration: underline;
	font-weight: bold;
}
#content .extra {
	color: #5e0ea0;
	text-decoration: underline;
	font-weight: bold;
}

 