
	body {
		FONT-FAMILY: "Arial";
		margin:10% 10% 0px 10%;
		background: #444444}

	#main {
		border:1px solid black; 
		background:black;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #menu {
		border-right:1px solid white; 
		border-bottom:1px solid white;
		float:left;
		width:220px;
		margin:0px 10px 10px 0px;
		}
		
	p,h1,h2,pre {
		color: white;
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		color: yellow;
		FONT-family: "Tempus Sans ITC";
		font-size:28px;
		padding-top:10px;
		text-align: right;
		}
	
	h2 {
		color: yellow;
		FONT-family: "Papyrus";
		font-size:12px;
		padding-top:3px;
		font-variant: small-caps
		}
	
	H3 {	FONT-FAMILY: "Arial"; 	
		COLOR: WHITE; 
		padding-top:2px;
		FONT-SIZE: 16;
		}

	a:link {font-weight: normal; color: #DDDD55; text-decoration: none}
	a:visited {font-weight: normal; color: #CC66CC; text-decoration: none}
	a:hover {font-weight: normal; color: #FFFF88; text-decoration: none}
	a:active {font-weight: normal; color: #FF3366; text-decoration: none}


	#menu p { font-size:10px}