	#page {
		max-width: 940px;
		min-width: 720px;
		margin: 10px auto 10px auto;
		padding: 20px;
		border: 4px double #000;
		background-color: #ffffff;
		}
		
	#logo {
		width: 150px;
		margin: 10px auto 25px auto;
		}
		
	#mainCanvas {
		width: 400px;
		height: 400px;
		border: solid 1px black;
		}
		
	h1 { 
		color: default;
		font-family: "Courier New", Courier, monospace;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 1px 1px 0px #000000;
		}
		
	h3 {
		margin-top: -5px;
		margin-bottom: -5px;
		}
		
	body {
		font-size: 100%;
		font-family: Verdana;
		letter-spacing: 0em;
		background-color: #efefef;
		text-align: Justify;
		}
		
	ul {
		width: 570px;
		padding: 15px;
		margin: 0px auto 0px auto;
		border-top: 2px solid #000;
		border-bottom: 1px solid #000;
		text-align: center;
		}
		
	li.top {
		display: inline;
		margin: 0px 3px;
		}
		
	li.current {
		display: inline;
		margin: 0px 3px;
		font-weight: bold;
	}
		
	li {
		margin: 0px 3px;
		list-style: inside disc;
		}
		
	p {
		text-align: Justify;
		font-family: Verdana;
		letter-spacing: 0em;		
		}
	
	p.quote {
		color: gray;
		font-style: italic;		
		}
		
	p.attribute {
		position: relative;
		top: -10px;
		}
		
	th, td {
		padding: 10px 13px 13px 13px;
		}
		
	th {
		letter-spacing: 0.1em;
		font-size: 100%;
		border-top: 2px solid #111111;
		border-bottom: 1px solid #999;
		text-align: left;
		}
