<!--

BODY			{ font-family: arial; font-size: 12px; background-color: #FFCC99 }
TD				{ font-family: arial; font-size: 12px }
BIG				{ font-size: 18px; letter-spacing: 1px; color: #000000 }
A				{ text-decoration: none; color: #000099 }
A:visited		{ text-decoration: none; color: #000099 }
A:hover			{ text-decoration: underline; color: #990000 }
A:active		{ text-decoration: underline; color: #990000 }
DT				{ font-family: arial; font-size: 14px; font-weight: bold; margin-top: 5px }
DD				{ font-family: arial; font-size: 12px; margin-bottom: 10px }
DT.homepage		{ font-family: arial; font-size: 12px; font-weight: bold; margin-top: 5px }
DD.homepage		{ font-family: arial; font-size: 12px; margin-bottom: 10px; margin-left: 10px; margin-right: 5px }
DL.homepage		{ font-family: arial; font-size: 12px; line-height: 15px; padding-top: 0px }
.title			{ font-weight: bold; font-size: 24px; letter-spacing: 1px; color: #000000 }
.comment_title	{ font-family: arial; font-size: 11px; font-weight: normal; letter-spacing: 0px }
.category		{ font-family: arial; font-size: 14px; font-weight: bold; letter-spacing: 0px }
.detaillinks	{ font-family: arial, verdana, sans-serif; font-weight:bold; font-size: 11px; padding: 3px; overflow: auto }
.detailtext		{ font-family: arial, verdana, sans-serif; font-size: 12px; padding: 3px; overflow: auto }
.navBtn			{ font-size: 11px; background-color: #eedbcc; font-weight: bold; width: 148px; color: #996633; letter-spacing: 1px; height: 24px; border: 1px solid #663300; margin-top: 5px }

@media print {
	BODY, TD
		{ font-family: arial; font-size: 12px; BACKGROUND-COLOR: white; }
	.PrintMe
		{ DISPLAY: inline }
	.DontPrintMe
		{ DISPLAY: none }
	a:after
		{ content:' [' attr(href) '] ' }
}

-->