/* CSS Document */

td {
	vertical-align : top;
}

/* ### */

a:link, a:active, a:visited {
	color: #B22222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* menu */

.menu {
	color: white;
	background-color: black;

	border-width: 1px;
	border-color: Red;
	border-style: solid;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.menu p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom:4px;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #66CCFF;
	text-decoration: none;
}

.menu a:hover {
	color: #CCFFFF;
	text-decoration: none;
}

/* color cells */

table.darkgrey {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background-color: #666666;
}

table.black {
	border-width: 1px;
	border-color: Red;
	border-style: solid;
	background-color: Black;
}

td.white {
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px
}

td.lightgrey {
	color: black;
	background-color: #999999;
}

td.darkgrey {
	color: white;
	background-color: #666666;
}

.printmelink {
	font-size: 10px;
	text-align: right;
}

#Credits {
	text-align: center;
	padding: 10px;
	font-size: 10px;
	font-color: #666666;
}
