/* CSS Document */

body	{background-image: url(../_themes/cypress/cyprbk.jpg);
		 }
		 
a:link, a:visited	{font-family: Arial, Helvetica, sans-serif;
		 color:#336633;
	     text-decoration:none;
		 font-weight:bold;}

a:hover {color:#cccc99;
         text-decoration:underline;
		 font-family: Arial, Helvetica, sans-serif;}


p, td	{font-family: Arial, Helvetica, sans-serif;
		 font-size: 14px;
		 color:#000;
		 }
		
h1		{font-family:Georgia, "Times New Roman", Times, serif;
		 font-style:italic;}
		 
h2, h3	{font-family:Georgia, "Times New Roman", Times, serif;}


.navbar {text-align:center;
		 background-color:#9fae91;
		 }

.navbar a:link, .navbar a:visited	{	font-family:Georgia, "Times New Roman", Times, serif;
										 font-size: 14px;
										 text-align:center;
										 color:#054f05;
										 text-decoration:none;
										 font-weight:bold;
										 }

.navbar a:hover, .navbar a:active	{background-color:#cccc99;
									 font-family:Georgia, "Times New Roman", Times, serif;
									 font-size: 14px;
									 font-weight:bold;
									 color:#000;
									 text-decoration:none;
									 display:block;}