/*Style sheet for Allens Pony Express - created January 24, 2007*/



   
               
body         {
	background-color: #002963;
	font-family: Verdana, sans-serif;
	color: Navy;
}

p	{
	font-family: Verdana, sans-serif;
	font-size:12pt;
	color: Navy;
}

h4  {
	color: Red;
}
					   

a:link	{
	color: Red;
	text-decoration: none;
}
	

a:hover	{color: #006139;
           background-color: #ffffff;
           text-decoration: underline;

	 }
	
a:visited	{color: #006139;
            font-style : italic;
	 		text-decoration: underline;

	}

               
               
               
