/* main.css

  Main cascading style sheet for site
  
  Note: a:hover must follow a:link, a:visited definitions to work properly
*/
a:link, a:visited		{ color: #008000; text-decoration: none }
a:hover			{ color: #FF9900; cursor: hand }

body				{ font-family: Verdana }

/*
  Group box
*/
.btop				{border-top: 1 solid #999999}
.blt				{border-left: 1 solid #999999}
.brt				{border-right: 1 solid #999999}
.bbot				{border-bottom: 1 solid #999999}
 
