<!--
			body, a, td, th, div, p {
				font-family: verdana;
				text-align: left;
				font-size: 10px;
			}
			
			body {
				background-image: url('background.png');
				padding: 8px;
			}
			
			.header {
				width: 800px;
			}
			
			.footer {
				width: 800px; 
				display: block;
				text-align: right;
			}
			
			.sheet {
				border: 1px solid #888888;
				width: 800px;
				height: 468px;
			}
			
			.feature {
				display: block;
				height: 300px;
				font-size: 24px;
				color: white;
			}
			
			.item {
				width: 180px;
				display: inline;
				float: left;
				padding: 8px 8px 0px 8px;
				height: 160px;
				background-repeat: no-repeat;
			}
			
			.cols {
				background-color: #dddddd;
				background-image: url('colbg.png');
				padding: 8px;
				padding-bottom: 0px;
				height: 160px;
			}
			
			p {
				font-size: 12px;
			}
			
			h1 {
				display: inline;
			}
			
			h1 a {
				font-size: 30px;
				font-weight: bold;
			}
			
			h2 a {
				font-size: 15px;
				font-weight: bold;
			}
			
			.blackLink {
				color: black;
				text-decoration: none;
				border-bottom: none;
			}
			
			.blackLink:hover {
                text-decoration: none;
                border-bottom: none;
			}
			
			a {
                color: blue;
				border-bottom: dotted 1px blue;
				text-decoration: none;
			}
			
			a:hover {
				border-bottom: solid 1px blue;
			}
			
			.langSel {
				margin-bottom: 2px;
				text-align: right;
			}
			
			-->
