h1, p	{
	margin:.5em 0 0;
	text-align: center;
	}

h1	{
	color: green;
	font-size: 1.25em;
	font-family: Tahoma, Geneva, Arial, Sans-serif;
	}

A:link {
	color: #960;
		}

/* formatting and behavior applicable to visited links */
A:visited {
	color: #660;
		}

/* formatting and behavior applicable to active links, i.e. links as they are being clicked on */
A:active {
	color: #990;
		}

a:hover {
	color: #600;
	}

img.page	{
	border: 1px solid green;
	}

div.ramble	{
	width: 90%;
	margin: 1em 0;
	padding: 2.5em;
	border: 1px solid green;
	}
p.ramble	{
text-align: justified;
	}
