@font-face {
    font-family: Comic Sans MS;
    src: url(/font/Comic Sans MS.ttf);
}

body {
  color: #471e0e;
  font-family: Comic Sans MS;
}

a:link {
  color: blue;
  text-decoration: underline;
}

a:visited {
  color: blue;
  text-decoration: underline;
}

a:hover {
  color: red;
}