/* style_bizweb.css */

		.descrip{
			border: 2px dotted navy;
			border-radius: 20px;
			padding: 12px;
			margin: 12px;
			overflow: auto;
			width: 450px;
    		font-size:1.1em;
			font-weight:500;
		 }
		.descrip p{
    		font-size:1.1em;
			font-weight:500;
		 }
		 .logos {
			height:40px;
			vertical-align:middle;
			margin-right:20px;
		 }
		.code{
			font:courier;
			background-color:#eee;
		}