@charset "ISO-8859-1";

/* The Archer's homepage */

body {
	font-family: "Helevetica", sans-serif;
	font-size: 12pt;
	margin: 3em;
}

h1 {
	align: center;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	align: left;
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	align: left;
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	align: left;
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	align: left;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	align: left;
	font-size: 12pt;
	font-weight: normal;
	font-variant: small-caps;
}

.nolink {
	font-decoration: underline;
}

.centre {
	align: center;
}

@media screen {
	body {
		color: yellow;
		background: url("Personal/stars.gif") black;
	}
	a {
		color: lime;
		font-decoration: underline;		
	}
	a:visited {
		color: cyan;
	}
	a:focus:hover {
		color: white;
	}
}

