div.AdamsLogo {
   content:url(AdamSona.jpg);
   align:center;
   margin: auto;
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width:100%;
   max-height:100%;
}​
div.AdamsIcon {
   width:50px;
   height:50px;
}​
.icon { 
 width:50px;
 height:50px;
}

a {
	 color: #ffffff;
	 font-size: 12;
}

li {
    display: inline;
    list-style-type: none;
}

.footer {
  
  background-color: #555555;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
    position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}


