body {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 140%;  
  color: #111111;
  font-size: 13px;
  font-family: Arial, Helvetica;
}
a {
text-decoration : none;
color : #000000;
font-style : normal;
font-weight : normal;
font-size : 12px;
font-family : Arial, Helvetica;
}
a:hover {
text-decoration :underline;
color : #222222;
font-style : normal;
font-weight : normal;
font-size : 12px;
font-family : Arial, Helvetica;
}
