﻿/*Technology Sections CSS styles */

/*Telegraphy sections*/

.telegraph {width:414px;
			height:154px;
			margin: 10px 10px 10px 20px;
			border:3px #666666 solid;
			background-color:#99CCFF;
			border-radius:30px;
			display: block;
			float:left;
		 }
			 
			 
.telegraph img  { margin:10px 30px 10px 20px;
				float:left;
				display:block;
				}
   				
.telegraph h3 { font-size:18px;
			  font-weight:bold;
			}	

