/* CSS rules to be used within EditLive should be placed between these two comments */
/* EditLive Styles~ */
/* ~EditLive Styles */

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}


a:hover, a:active, a:focus {
  color: #000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 1em 0;
}

.asterick {
  color: #fa1b1b;
  font-size: 120%;
}

