@font-face { font-family: Delicious; src: url('/AtariST8x16systemfont.ttf'); } 
@font-face { font-family: Delicious; font-weight: bold; src: url('/AtariST8x16systemfont.ttf');}
@font-face { font-family: Kroah; src: url('/Kroah Atari ST.ttf'); }
@font-face { font-family: DamienG; src: url('/atari-st-low-res.ttf');}
@font-face { font-family: PLauke-Med; src: url('/atari-st-8x16.ttf');}
@font-face { font-family: PLauke-Low; src: url('/atari-st.ttf');}

.atarifont {
	font-family: PLauke-Low, sans-serif;
	font-size: 12px;
}

.atarifont-med {
	font-family: PLauke-Med, sans-serif;
	font-size: 16px;
}

.textview {
	margin-top: 0px;
	margin-bottom: 1px;
}

p.filelink {
 	font-family: PLauke-Low, sans-serif;
 	font-size: 12px;
 	margin-top: 1px;
 	margin-bottom: 1px;
}

#player {
 	color: blue;
 	text-decoration: underline;
 	cursor: pointer;
}

#player:hover {
 	color: darkred;
}

.noninv
.verted {
	color: black;
	background-color: white;
}

.inverted {
	color: white;
	background-color: black;
}

body {
  background-color: white;
  font-family: Sans-Serif;
}

div.main {
  width: 500px;
  margin: 10px;
}

h1 {
  color: navy;
  margin-left: 20px;
}

a {
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: black;
}

a:hover {
  color: gray;
}

a:active {
  color: blue;
}
