/* STYLESHEET for http://www.endorphin-express.com/  */
/*  */
BODY	{	background-color: #FFFFFF;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			font-size: 10pt;
			font-color: navy;
		}

			a:link		{text-decoration: none; font-weight: bold;}
			a:visited	{text-decoration: none; font-weight: bold;}
			a:hover		{color: blue; text-decoration: underline; font-weight: bold;}
			a:active	{text-decoration: none; font-weight: bold;}


div#nav_menu { }

#nav_menu a:link  {
					text-decoration: none;
					}

#nav_menu a:visited {
					text-decoration: none;
					}

#nav_menu a:hover {
					color: blue;
					text-decoration: underline;
					}
					
#nav_menu a:active  {
					text-decoration: none;
					}