/* limer driving academy cookie */
@charset "utf-8";
body {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 20px;
}
p {
  color: black;
}
p a {
  color: black;
  text-decoration: underline;
}
p a:hover {
  color: black;
  text-decoration: none;
}