	body{
		font-family:Georgia,serif;
		background-color:#ccc;
		padding:0px;
	}
	h1, h2, h3, h4, h5, h6 {text-align:center;}
	.content {
		width:700px;
		margin:10px 25px;
		border:1px solid black;
		background-color:#fff;
	}

	.primary {
	
	}
	.image {
		text-align:center;
	}
	.type {
	
	
	}
	p {
		margin:5px;
	}
	.sans-serif {
		background-color:#00ccff;
	}
	.serif {
		background-color:#00cc66;
	}
	dl {
	
		text-align:left;
	}
	table td{ border:1px solid black; }
	.footer { 
		width:700px;
		margin:10px 25px;
		border:1px solid black;
		background-color:#fff;
	
	}
	
	#legend {
		/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
		position: absolute; 
		left: 745px; 
		top: 10px;
		width:200px;
		border:1px solid black;
		background-color:#fff;
	}
	body > div#legend {
		/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
		position: fixed;
	}
