/* 	yellow  - yellow game links			*/
/* 	#219F1D - green links 					*/
/* 	#145F12 - dark green title		 		*/
/* 	#2a2a2a - dark gray 						*/
/* 	#4a4a4a - dark gray border color 	*/
/* 	#efefef - text color 					*/
/* 	#008000 - green number 					*/


BODY { color: #efefef; font-family: Verdana, Arial, Helvetica; font-size: 10pt; background: black; }
table { background: #2a2a2a; margin-right: auto; margin-left: auto; }


a:link 		{ color: #219F1D; text-decoration: none; }
a:active 	{ color: #219F1D; text-decoration: none }
a:visited 	{ color: #219F1D; text-decoration: underline;  }
a:hover 		{ color: black; text-decoration: underline; background: #219F1D }

a.game:link 	{ color: yellow; text-decoration: none; }
a.game:visited { color: yellow; text-decoration: underline;  }
a.game:hover 	{ color: black; text-decoration: underline; background: yellow }

a.symbol:link 		{ color: #219F1D; text-decoration: none; }
a.symbol:visited 	{ color: #219F1D; text-decoration: none; }
a.symbol:hover 	{ color: black; text-decoration: none; background: #219F1D }

a.arrow:link 		{ color: #008000; text-decoration: none; }
a.arrow:visited 	{ color: #008000; text-decoration: none; }
a.arrow:hover 	{ color: black; text-decoration: none; background: #008000 }

a.top:link 		{ color: #219F1D; text-decoration: none; }
a.top:visited 	{ color: #219F1D; text-decoration: underline; }
a.top:hover 	{ color: #219F1D; text-decoration: none; background: white; }


.content { background: black; padding: 4px; }
.title 	{ background: #145F12; font-size: 12px; font-weight: bold; padding: 4px }
.hide		{ color: #2a2a2a; font-size: 9pt }


.letter 	{ font-family: georgia, 'times new roman', serif; font-size: 9pt }
.big		{ font-family: georgia, 'times new roman', serif; font-size: 15pt }
.large	{ font-size: 15pt }
.inside 	{ border-style: solid; border-width: thin; border-color: #4a4a4a; background: #2a2a2a; 
			  color: #efefef; margin-left: 10px; margin-right: 10px }
.right 	{ text-align: right; }
.red 		{ color: #AF0034 }
.purple	{ color: yellow; font-weight: bold }
.yel		{ color: yellow; }
.other 	{ font-size: 8pt }
.boxtop	{ border-style: solid; border-width: thin; border-color: gray; font-family=verdana; font-size: 		
			  x-small }
.hide		{ color: #2a2a2a; font-size: 9pt }
.larrow	{ font-size: 9pt }
.rarrow	{ font-size: 9pt; float: right; text-align: right;  }
.pre		{ font-family: 'courier new', courier, monaco, monospace }
.menutop	{ margin-right: auto; margin-left: auto;  }
.w50		{ width: 50%; }
.sym	{ font-size: medium }

.left-element 	{ float: left; width: 49%; }
.right-element { float: right; width: 49%; text-align: right; }










