@font-face{
  font-family: "Comic Sans";
  src: url(fonts/COMIC.TTF);
  font-weight: normal;
}

@font-face{
  font-family: "Comic Sans";
  src: url(fonts/COMICBD.TTF);
  font-weight: bold;
}

body {
  color: black;
  background-color:white;
  background-repeat: no-repeat;
  font-family:"Comic Sans";
  font-weight: bold;
  font-size:16px;
  position: relative;
}

button {
  color: black;
  background-color:white;
  background-repeat: no-repeat;
  font-family:"Comic Sans";
  font-weight: bold;
  font-size:16px;
  position: relative;
}

button:hover{
	font-family:"Times New Roman";
}

div {
  text-align: left;
  position: absolute;
  
}

div > p, a, h1, h2, h3, h4, h5, h6{
  padding: 0 10px 0 10px;
}

a{
  color:black;
  text-decoration:none;
  padding:0;
} 

a:hover{
  font-family:"Times New Roman";
}