/* body */
body {
	font-family: "Verdana";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-position: center center;
}
/* headers, see also td */
h1 {
	font-family: "Verdana";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	font-family: "Verdana";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	font-family: "Verdana";
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
}
/* link controls */
a {
	text-decoration: underline;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:visted {
	text-decoration: underline;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}

/* controls for tables and tables cells, see also headers */
table {
	width: "100%";
}
td {
	font-family: "Verdana";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
td.data {

	font-family: "Verdana";
	text-align: left;
	font-size: 12px;
	color: #FF99CC;
}
td.field {

	font-family: "Verdana";
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
}
td.header {
	font-family: "Verdana";
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #cccccc;
}
td.menu {
	font-family: "Verdana";
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
td.title {
	font-family: "Verdana";
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
}
td.separator {
	font-family: "Verdana";
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

