			body,html {
				background:#707173;
				font-family:"Bitstream Vera Sans","Lucida Grande",
					"Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;
				color: #fff;
			}
			table {
				table-layout: fixed;
			}
			tr:nth-child(even) {
				background:#454545;
			}
			th,td {
				padding:0.1em 0.5em;
			}
			th {
				text-align:left;
				font-weight:bold;
				background:#999aa3;
				border-bottom:1px solid #aaa;
			}
			#list {
				border:1px solid #cfcfcf;
				width:100%;
			}
			a {
				color:#cfcfcf;
			}
			a:hover {
				color:#a1ed55;
			}
			.link {
				white-space: nowrap;
				text-overflow: '>';
				overflow: hidden;
			}