a:link      { color: #999999; text-decoration: none }
a:active    { color: #999999; text-decoration: none }
a:visited   { color: #999999; text-decoration: none }
a:hover     { color: #66CC66; text-decoration: none }

h1			{ font-size: 11px;
			  font-weight: 100;
			  border-style: solid;

			  border-top-color: #66CC66;

			  border-top-width: 3px;
			  border-right-color: #BBBBBB;
			  border-right-width: 1px;
			  border-bottom-color: #BBBBBB;
			  border-bottom-width: 1px;
			  border-left-width: 0px; 

			  width: 600px; 
			  background-color: #FFFFFF;
			  padding: 10px; 
			  margin: 5px;
			  color: #666666 
			  
			  font-family: Verdana }

div.minort	{ color: #66CC66; font-family: Verdana; font-size: 10px }
span.majort	{ color: #66CC66; font-family: Verdana; font-size: 11px }

img.border	{ border-style:solid; border-color: #66CC66; border-width: 4px }