html, body {
  font-family: Arial, Helvetica;
  font-size:11px;
  color:#41484D;
  padding:0px;
  border:0px;
  margin:10px;
}
a {
  text-decoration: none;
  color:blue;
}

a:hover {
  text-decoration: none;
}
a.visited{
  color:blue;
}

ul{
  list-style-type:square;
}

