@font-face {
  font-family: 'notepadfont';
  src: url(/notepadfont/notepadfont-webfont.woff);}
@font-face {
  font-family: 'distro';
  src: url(distro/distro2_bats-webfont.woff);}
@font-face{ 
  font-family: 'notepadfont'; 
  src: url('/notepadfont/notepadfont-webfont.eot'); 
  src: url('/notepadfont/notepadfont-webfont.eot?#iefix') 
  format('embedded-opentype'), url('/notepadfont/notepadfont-webfont.woff') format('woff'), url('/notepadfont/notepadfont-webfont.ttf') format('truetype'), url('/notepadfont/notepadfont-webfont.svg#webfont') format('svg'); 
} 

body {
	line-height: 1;
	background-color: pink;
	background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20600.gif);
	text-align: center;
}

h1, h2, h3{
    color: white;
}

p{
	font-size: 110%;
	font-family: "notepadfont";
	line-height: 125%;
	padding: 15px;
	padding-top: 15px;
	background-color: pink;
	outline: 1px solid papayawhip;
}

p a{
	color: palevioletred;
	text-decoration: none;
}
p a:hover{
	color:palegoldenrod;
	text-decoration: underline;
}

