body {
 
      background-image: url(/HKcomics/hkpagebg.jpg);
      background-repeat:no-repeat;
      background-attachment: fixed;
        background-size:cover;
  background-color: #B0C6DA;
  color: black;
  }
 @font-face {
	font-family: MyWebFont;
	src: url('/HKcomics/VT323-Regular.ttf');
	}
	
h1{
  font-family: MyWebFont;
}
p {
  font-family: MyWebFont;
}

body
{
  cursor: url("/HKcomics/cursor.png"), auto;
}

a:hover { 
  cursor: url("/HKcomics/cursorhover.png"), auto;
  
  }
.auto {
    cursor: url("/HKcomics/cursor.png"), auto;
}
    img {
  max-width:100%;
 }
