/*normal links in the body*/a:link {	color: #666600;	font-weight: 500;	text-decoration: none;	}a:visited {	color: #666600;	font-weight: 500;	text-decoration: none;	}a:hover {		color: #99CC00;	font-weight: 500;	text-decoration: underline;}/*links in the top nav bar and top left column*/        a.nav:link {	color: #333333;	font-size: 12px;	font-weight: 600;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}a.nav:visited {		color: #333333;	font-size: 12px;	font-weight: 600;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}a.nav:hover {		color: #669900;	font-size: 12px;	font-weight: 600;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;}body {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 0.8em;letter-spacing: 0;text-align: left;word-spacing: normal;text-decoration: none;color: #333333;background-color: #fff;}h1, h2, h3, h4, h5, h6 , text-decoration: none, letter-spacing: 0, background-color: #fff, text-align: left, font-size: 1em, word-spacing: normal, font-family: Skia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, color: #7f1300{	font-family: Skia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}p ol, p ul, p dl, ol ul {	font-size: 0.8em;	color: #7f1300;	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}/*and here the I prevent the incredible shrinking text*/p, ol, ul, dl {	font-size: 0.8em;	color: #333333;	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	line-height: 1.2em;	font-weight: 300;}/*font-family is already defined, here I only set the font-size*//*not really necessary, but one never knows...use it inline with a <span> class*/small {	font-size: smaller;}/*NN 4.xx needs that...*/strong, b {	font-weight: 800;}.footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #444444;	}.oldbrowser {	display: none;}.topictitle {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em;	font-weight: normal;	color: #669900;}.underline {	text-decoration: underline;}.bodylarger {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: larger;}.serif {	font-family: Georgia, "Times New Roman", Times, serif;	color: #003300;	font-size: 0.8em;	font-weight: 400;}	.topictitlesmall {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-weight: bold;	color: #669900;}.brown {	color: #914900;}