    	* {
    		margin: 0;
    		padding: 0;
    	}
    	body {
    		font-family: sans-serif;
    		font-size: 10pt;
    		background: #484848 url("bkg.png");
    		color: #FFFFFF;
    	}
    	#wrapper,#copyright {
    		width: 80%;
    		min-width: 640px;
    		margin: 0px auto;
    	}
    	#wrapper,#header,#menu,#content {
    		border: 1px solid black;
    	}
    	#header {
    		height: 105x;
    		background: #07F719 url("headerbg.png") repeat-x;
    		text-align: center;
    		padding: 16px;
    	}
    	#header h1 {
    		margin: 0px auto;
    		color: #239024;
    		font-size: 48pt;
    	}
    	#menu {
    		background: #2FC330 url("stripe1.png");
    		height: 36px;
    	}
    	#menu a {
    		font-weight: bold;
    		text-decoration: none;
    		color: #00000;
    		font-size: 14pt;
    		border-right: 1px solid black;
    		float: left;
    		display: block;
    		height: 24px;
    		padding: 6px 6px;
    	}
    	#menu a:hover {
    		background: #2FC330 url("stripe2.png");
    		color: #00000;
    	}
    	#content {
    		background: #FFF url("contentbg.png") repeat-x;
    		padding: 4px;
    		color: #000000;
    	}
    	
    	a:link,a:active,a:visited,a:hover {
    		text-decoration: none;
    		font-weight: bold;
    		color: #000000;
    	}
    	a:visited {
    		color: #000000;
    	}
    	a:hover {
    		color: #000000;
    	}
		acronym {
		cursor:help;
		}