

* {
        font-family: 'fantasy';
}

table {
	text-align: center;
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
}

td.light {
	vertical-align: top;
	background-color: #95aaae;
	color: #4a5e62;
	font-size: 12pt;
}

td.dark {
	background-color: #4a5e62;
	color: #95aaae;
	font-size: 14pt;
	line-height: 18pt;
}

td.darkname {
	background-color: #4a5e62;
	color: #95aaae;
	font-size: 10pt;
	line-height: 10pt;
}

td.darklong {
	vertical-align: top;
	background-color: #4a5e62;
	color: #95aaae;
	font-size: 12pt;
	line-height: 12pt;
}

h3 {
	font-weight: bold;
	font-size: 24pt;
	line-height: 60pt;
	text-align: center;
	color: #440A10;
}

body {
        padding: 0;
        margin: 10;
        background-color: #95aaae;
}

a {
        font-family: 'Arial Narrow'
        text-decoration: none;
        color: #95aaae;
}

a.light {
        font-family: 'Arial Narrow'
	font-size: 8pt;
        text-decoration: none;
        color: #4a5e62;
tr {
	margin: 0;
	padding: 0;
}


td.menuon {
        background-color: #4a5e62;
        font-size: 16pt;
        line-height: 20pt;
        font-weight: bold;
        color: #300;
        cursor: pointer;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 0;
	margin: 0;
}


td.menuoff {
	background-color: #4a5e62;
        text-align: left;
        font-size: 16pt;
        line-height: 20pt;
        font-weight: bold;
        color: #300;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}



td.box {
	background-color: #4a5e62;
	border: none;
}
