html, body, frame {
	border: none;
}

BODY.Amstrad {
	color: rgb(255,255,0);
	background-color: rgb(0,0,170);
	font-family: "Baskerville Bold BT", "Times New Roman Bold", 
serif;
}

BODY.Astro {
	color: white;
	background: black url("stars.gif");
	background-attachment: fixed;
	font-family: "Humanist 777 Bold BT","Trebuchet MS Bold", 
sans-serif;
}

P {text-align: justify}
a {text-decoration: none}
a:link {color: rgb(0,255,64)}
a:visited {color: rgb(255,0,255)}
a:active {color: rgb(255,0,64)}
a:hover {text-decoration: underline overline}
H1,H2,H3 {text-decoration: underline}

