/* main.css */

* { 
  font-family: Arial;
  font-size: 100%;
  margin: 0;
} 
a { 
  color: #808285; 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: underline; 
} 
img {
  border: 0;
}
.logo {
  height: 90px; 
  width: 184px;
}
