

	body {
		background: #663 url(http://www.insitearchitecture.com/homegraphics/background.gif);
		color: black;
		margin: 20px 0px 20px 20px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		width: 850px;
	}

	h1 {
		color: white;
		font-size: medium;
		font-weight: normal;
	}

	a			{ color: #00F; text-decoration: none }
	a:link		{ color: #330; text-decoration: none }
	a:visited	{ color: #330; text-decoration: none }
	a:active	{ color: #660; text-decoration: underline }
	a:hover		{ text-decoration: underline }

	ul {
		margin: 0px;
		padding-left:1.5em
	}
 
 	li	{
		margin: 15px 0px 15px 0px;
		list-style-type: square
	}

	#banner {
		padding: 10px 0px 25px 0px;
	}

	.example {
		width: 20%;
		float: left
	}

	.caption {
		color: white;
		padding-right: 20px;
	}

	.superscript {
		vertical-align: super;
		font-size: xx-small;
	}

	.info {
		float: right;
		width: 50%;
		margin-top: 20px;
		margin-right: 10%;
	}
