/* this is Bobs CSS style sheet for lops.info */

body, td, th, text, .text, p,  select, textarea
{font-family:verdana; font-size:12px; color:#685941;}

img {border:0px;}

/* Lets define the normal tags */


h1	{
 	font-style: italic;
	color: #323F50;
	text-decoration:underline;
	}

h2	{
 	font-style: italic;
	color: #323F50;
	text-decoration:underline;
	}


h3	{
 	font-style: italic;
	color: #323F50;
	}

h4	{
 	font-style: italic;
	color: #323F50;
	}

h5	{
 	font-style: italic;
	color: #323F50;
	}

h6	{
 	font-style: italic;
	color: #323F50;
	}

/* HyperLinks */

a	{
	font-weight: bold;
	}


a:link	{
		color:#E6AC00;
		text-decoration: none;
		}

a:visited	{
		color:#E6AC00;
		text-decoration: none;
		}

a:active	{
		color:#BB2E3C;
		text-decoration: none;
		}

a:hover	{
		color:#105800;
		text-decoration: underline;
		}



/* Classes */

/*below is the bav class that defines all the text and links on the left hand Nav Bar */

.nav 		{
		color: #FFFFFF;
		font-size:9px; 
		text-decoration:bold;
		}

a.nav 	{
		color: #E6AC00;
		font-size:14px;
		text-decoration:bold;
		}
 
a.nav:link 		{
			color: #E6AC00; 
			font-size:14px; 
			text-decoration:bold;
			} 

a.nav:visited 	{
			color: #E6AC00;
			font-size:14px; 
			text-decoration:bold;
			} 

a.nav:active	{
			color: #FFEBAF;
			font-size:14px; 
			text-decoration:bold;
			} 

a.nav:hover 	{
			color: #FFFFFF;
			font-size:14px; 
			text-decoration:bold;
			} 

