/*  	#d2f1b0 - light green	*/
/*	#669966 - dark green	*/
/*	#e1e1e1 - light gray	*/
/* 	#cdcdcd - light gray	*/
/*  	#551a8b - purple 	*/

BODY { color: #black; font-family: Verdana, Arial, Helvetica; font-size: 10pt; background: #d2f1b0 }
h3 { color: #669966; font-family: verdana, arial, helvetica }
h4 { color: #669966; font-family: verdana, arial, helvetica  }
td { text-align: center }

hr { color: #669966 }  							/* ie lines */
hr { border-width: 1px; border-style: solid; border-color: #669966 }	/* firefox lines */

a:link { color: #669966; text-decoration: none }
a:active { color: #669966; text-decoration: none }
a:visited { color: #669966; text-decoration: underline }
a:hover { color: #d2f1b0; text-decoration: underline; background: #00aa00 }

a.game:active { color: #551a8b; text-decoration: none }
a.game:link { color: #551a8b; text-decoration: none }
a.game:visited { color: #551a8b; text-decoration: underline }
a.game:hover { color: #000000; text-decoration: underline; background: #00aa00 }

a.symbol:link { color: #669966; text-decoration: none }
a.symbol:active { color: #669966; text-decoration: none }
a.symbol:visited { color: #669966; text-decoration: none }
a.symbol:hover { color: #669966; text-decoration: underline; background: #000000}

a.broke:link { color: gray; text-decoration: none }
a.broke:active { color: gray; text-decoration: none }
a.broke:visited { color: gray; text-decoration: none }
a.broke:hover { color: blue; background: #e1e1e1}

a.date:link { color: #00aa00; text-decoration: none }
a.date:active { color: #00aa00; text-decoration: none }
a.date:visited { color: #00aa00; text-decoration: none }
a.date:hover { color: black; text-decoration: underline; background: #e1e1e1 }

a.unsolved:link { color: red; text-decoration: none }
a.unsolved:active { color: red; text-decoration: none }
a.unsolved:visited { color: red; text-decoration: none }
a.unsolved:hover { color: red; text-decoration: underline; background: #e1e1e1 }

.bcol { border-style: solid; border-width: thin; border-color: #bd934f; }
.blog { border-style: solid; border-width: thin; border-color: gray; font-size: 11px; }
.center { text-align: center }
.inside { border-style: solid; border-width: thin; border-color: gray }
.just { text-align: justify; vertical-align: top; padding: 10px }
.other { font-family: arial, tahoma, helvetica; font-size: 8pt }
.page {border-style: solid; border-width: thin; border-color: #00aa00; background-color: #e1e1e1; color: #000000}
.title { font-size: 12px }
.vix { color: #bd934f; font-size: 12px }

