﻿	body {
		color: #dddddd;
		background: #333333;
		width: 900px;
		text-align: center;
	}
	td {
		font-family: Verdana, Helvetica, sans-serif; 
		font-size: 80%;
		text-align: center;
		color: #dddddd;
		}
	a {
		text-decoration: none;
		padding: 1px;
		border: 1px dotted;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #fff;
	}
	a:link {
		color: #ccf;
	}
	a:visited {
		color: #99f;
	}
	a:active {
		color: #f00;
		background-color: #fff;
	}
	a:hover {
		color: #000;
		background-color: #ccd;
	}
	table {
		width: 900px;
	}