
table.header {
	background-color: #003333;
	color: #33DDDD;
	border: 1;
	border-color: #99FFFF;
	font-family: "verdana";
	width: 600px;
}

table.content {
	width: 600px;
	padding: 10px
}

table.content td { padding: 10px; }

table.header a:link {color: #CCFFFF; text-decoration: none; }
table.header a:active {color: #CCFFFF; text-decoration: none; }
table.header a:visited {color: #CCFFFF; text-decoration: none; }
table.header a:hover {color: #FFFFFF; text-decoration: none; }

