/* Minstrel HT Front Page Styling */

body	{ background-color: rgb(255, 255, 255);
		border-color: rgb(255, 255, 255);
		border-width: 7pt;
		font-family: Verdana,Tahoma,Arial;
		color: rgb(0, 0,0);
		font-size: 10pt }

.banner { background-color: rgb(51, 51, 153);
		font-family: Verdana,Tahoma,Arial;
		color: rgb(255, 255, 255);
		font-weight: bold;
		font-size: 10pt }

.section { background-color: rgb(51, 51, 153);
		font-family: Verdana,Tahoma,Arial;
		color: rgb(204, 204, 204);
		font-size:10pt }

.entry 	{ background-color: #b4cce8;
		font-family: Verdana,Tahoma,Arial;
		color: rgb(0, 0, 0);
		font-size:10pt }

.note 	{ background-color: transparent;
		font-family: Verdana,Tahoma,Arial;
		color: rgb(204, 204, 204);
		font-size:10pt }

.spiel 	{ background-color: transparent;
		font-family: Verdana,Tahoma,Arial;
		color: rgb(0, 0, 0);
		font-size: 10pt }

.spielbold 	{ background-color: transparent;
		font-family: Verdana,Tahoma,Arial;
		color: rgb(51, 51, 153);
		font-weight: bold;
		font-size: 10pt }

hr 		{ background-color: rgb(51, 51, 153);
		  border: 1px solid rgb(51, 51, 153); }

a:link		{ color: rgb(204, 0, 0);
			text-decoration: none }
a:visited	{ color: rgb(204, 0, 0);
			text-decoration: none }
a:active	{text-decoration: none }
a:hover	{text-decoration: underline }



