		body {
			background-color: #000000;
			color: #C0C0C0;
			padding-top: 2em;
		}
		
		a:link {
			color: #B62326;
		}
		a:visited {
			color: #666666;
		}
		a:active {
			color: #FFFFFF;
		}
		a:hover {
			color: #FF0000;
			text-decoration: none;
		}
		
		.content {
			float: center; 
			margin: auto auto 10px auto; 
			width: 447px;
			font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
			font-size: 9pt;
			line-height: 1.5;
		}
		.content li {
			text-align: right;
			list-style-type: none;
		}
		.content li:after {
			content: " [x]";
		}
		
		h1 {
			color: #FFFFFF;
			text-align: right;
			font-size: 9pt;
			text-transform: lowercase;
		}
		h1:after {
			content: " .xx";
		}
		h2 {
			color: #FFFFFF;
			text-align: right;
			font-size: 9pt;
			text-transform: lowercase;
		}
		h2:after {
			content: " »";
		}
		
		strong {
			color: #FFFFFF;
		}