.font
	{
		font-family:franklin gothic book, verdana, arial;
				}

a 	
	{
    		text-decoration: none;
				}

a:link 
	{ 
		color: #336600;
  		text-decoration: none;
				}

a:active
	{
		color: #99cc00;
    		text-decoration: underline;
    				}

a:hover	
	{ 
		color: #99cc00;
    		text-decoration: underline;	
				}

a:visited 
	{ 
		color: #002809;
		text-decoration: none
				}

h2
	{
		font-family: franklin gothic book, verdana, arial;
		color: #000000;
				}

h4
	{
		font-family: franklin gothic book, verdana, arial;
		color: #000000;
				}

h6
	{
		font-family: franklin gothic book, verdana, arial;
		color: #000000;
				}

h:active
	{
		color: #99cc00;
    		text-decoration: underline;
    				}

h:link 
	{ 
		color: #336600;
  		text-decoration: none;
				}

h:visited 
	{ 
		color: #002809;
		text-decoration: none
				}

img
	{
		border: 0px;	
				}

p
	{
		font-family: franklin gothic book, verdana, arial;
		font-size: 20;		
		color: #000000;
				}

p:link 
	{ 
		color: #336600;
  		text-decoration: none;
				}

p:visited 
	{ 
		color: #002809;
		text-decoration: none
				}

p:active 
	{
		color: #99cc00;
    		text-decoration: underline;
    				}


table, td
	{
		background-color: #fcfcfc;
		
		/*remove the comment marks to show the borders of the table*/

		/*
		border-color: #111111;
 		border-style: solid;
 		border-width: 1px;
		padding: 2px;
		fcfcfc		
		*/
				}

ul
	{
		font-family:franklin gothic book, verdana, arial;
		color: #000000;
				}