body {
	background: #000000;
	text-align: center;
	font-family: courier new;
	color: #FFFFFF;
	}

div.header {
	font-size: 20px;
	}

span.nav {
	font-size: 12px;
	background: #808080;
	padding: 0 3px 3px 3px;
	}

table.outerborder {
	border: 4px solid #404040;
	}

td.innerborder {
	border: 4px solid #404040;
	}

div.cell {
	width: 320px;
	height: 240px;
	background: #808080;
	padding: 0;
	margin: 0;
	border: 0;
	}

div.label {
	position: relative;
	bottom: 0px;
	width: 320px;
	height: 14px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background: #808080;
	}

div.footer {
	font-size: 11px;
	}

a {
	text-decoration: none;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: none;
	color: #000000;
	}