
/*********************************/
/* main.css                      */
/* saultgardenclub.org            */
/*********************************/

/***********************************************/
/*       hyperlink and anchor tag styles       */
/***********************************************/


A.nav {
	color:	#FFFFFF;
	text-decoration: none;
	}

A.nav:link, A.nav:visited, A.nav:active  {
	color:						#FFFFFF;
	text-decoration: none;
}

A.nav:hover, A.nav:focus  {
	color:						#00CC33;
	text-decoration: underline;
}

A.footer {
	color: #333333;
}

A.footer:link, A.footer:visited, A.footer:active {
	color:				#333333;
	text-decoration: 	none;
}


A.footer:hover, A.footer:focus  {
	color:	#CCCCCC;
	text-decoration: underline;
	font-weight:bold;
}


A:link {
	font-weight: bold;
	color: #006633;
	text-decoration: 	none;
	}

A:active	{
	font-weight: bold;
	color: #006633;
	text-decoration: 	none;
	}

A:visited {
	font-weight: bold;
	color:	#006633;
	text-decoration: none;
	}

A:hover  {
	font-weight: bold;
	color: #00CC33;
	text-decoration: underline;
	}

/***********************************************/
/*       body styles       */
/***********************************************/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006633;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.greentext {color: #006633
	}
