body { background-color: #ffffff }
hr { color: green; width: 50% }
DIV.category { width: 160px; height: 200px; background-color: white; border: none; padding-left: 10 }
//a:hover.link { background-color: white; color: blue }
//a:hover.shop { font-family: Verdana, Arial; font-size: 10pt; background-color: blue; color: white }
DIV.business { width: 400px; height: 200px; border: none; overflow: scroll }
DIV.pictures { width: 200px; height: 200px; background-color: white; border: none; padding-left: 6 }
//a:link {color: #6699FF; }
/*
a:visited {color: #6600FF;
	     font-style: bold; }
a:hover {color: blue;
         background-color: white;
	     font-style: bold; }
a:active {color: #FFFF00; }
*/

