
body {
  margin: 0;
  background: #AAA;
  color: #FFF;
  vertical-align: text-top;
  font-family: Verdana;
  font-size: 12px;
  
   
}
body a{
	color: #FFF;
}
table, th, td {
    border: 1px solid black;
}
h1 {
	
	font-size: 20px;
}
h2 {
	
	font-size: 20px;
}
div.logo  { 
		position: absolute;
		top: 20px;
		left: 40px; 
		width:200px; 
		height:170px; }
		
		
		div.leftSide  { 
		display: inline-block;
		float: left;
		
		 }
		 div.socialMedia  { 
		
		float: right;
		margin-top: 20px;
		margin-right: 20px;
		 
		width:200px; 
		height:32px; }
		
		
		div.leftSide  { 
		display: inline-block;
		float: left;
		
		 }
		 
		div.rightSide  { 
		display: inline-block;
		 float: right;
		 
		 }
		div.rightSideContent  { 
		
		margin-left: 10px;
		margin-right: 40px;
		top: 10px;
		 
		 }
		 
		 div.leftSideContent  { 
			
		margin-left: 10px;
		margin-right: 40px;
		top: 10px;
		
		
		
		 }
		 div.bottomIcons
		 {
			 width: 100%;
			 left:10px;
			 margin-left: 10px;
			 margin-top: 10px;
			float: bottom; 
			display: inline-block;
			
		 }
		 	 div.bottomRightIcons
		 {
			  position: absolute;
			 right:40px;
			bottom: 10px; 
			border: 3px solid #73AD21;
			 border: 3px solid #73AD21;
		 }