 .selected  {
 	border : 1px outset buttonhighlight;
	padding : 2px;
 }
 
 .notselected  {
 	border : 1px groove buttonhighlight;
	padding : 2px;
 }
 
 .pressed  {
 	border : 1px inset buttonhighlight;
 	padding : 2px;
 }
 
 .menu:link  {
 	color : #000000;
 	font-weight : bold;
 	text-decoration : none;
 }
 
 .menu:active  {
 	color : #000099;
 	font-weight : bold;
 	text-decoration : none;
 }
 
 .menu:visited  {
 	color : #000000;
 	font-weight : bold;
 	text-decoration : none;
 }
 
 .menu:hover  {
 	color : #669966;
 	font-weight : bold;
 	text-decoration : none;
 }
 
 .btn	{
 	font-family : verdana, tahoma, ms sans serif, arial, helvetica;
	font-size : 8pt;
 }
 
A:active { 
	text-decoration : underline;
}

A:hover { 
	color : #996600; 
}
