body { background-color: #6f5b27; color: #FFCC66; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; }

a:link 		{color: #000000; text-decoration:none}
a:visited 		{color: #6F5B27; text-decoration:none}
a:hover 		{color: #6F5B27; text-decoration:underline}
a:active		{color: #6F5B27; text-decoration:none}

a.navi:link		{color: #000000; text-decoration:none}
a.navi:visited	{color: #6F5B27; text-decoration:none}
a.navi:hover	{color: #6F5B27; text-decoration:underline}
a.navi:active	{color: #6F5B27; text-decoration:none}

A.intro           { color: #ffcc66; text-decoration: underline; font-weight: bold; }
A.intro:visited   { color: #ffcc66; text-decoration: underline; font-weight: bold; }           
A.intro:hover     { color: #ffaa00; text-decoration: underline; font-weight: bold; }
A.intro:active    { color: #ffcc66; text-decoration: none; font-weight: bold; }

hilite		{ color: #FFFF99; }

.caption          { font-size: 9pt; color: #FFCC66; }

.review {
	background: #0d0804; 
	border-color: #ffff99;
	border-style: ridge;
	border-width: 1px;
	color: #ffcc66;
      font-size: 10pt;
	padding: 15px;
}


