body {
	background-color: "#fcfccc";
	color: "#000000";
}

h1 {
	color: "#909090";
	font-size: xx-large;
}

h2 {
	color: "#999900";
	font-size: x-large;
}

h3 {
	color: "#909090";
	font-size: large;
}

h4 {
	font-weight: bolder;
	font-size: medium;
}

a {
	background-color: white;
	border: outset;
	padding: 1px;
}

