Hello World

This is a basic html page.

Perhaps we need some basic links?

Unordered list of links:


This page also has in its head a style block that defined the following styles, with NONE of the classes hooked up to any objects:


pre {
	background-color:#CCC;	
}

.redbox {
	border: 1px solid red;
	padding: 10px;	
}

.largetext {
	font-size: 24pt;
}

.greenonyellow {
	color:#063;
	background-color: yellow;
	font-size: 12pt;	
}

.larger {
	width: 200px; height: 200px;	
}