* {
    margin: 1 ;
    padding: 1 ;    
}

body {
    color: #000 ;
    background-color: #fc9 ;
}

p {
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: small ;
}

table {
	width: 90% ;
	border-color: #00c ;
	border-style: groove ;
	border-width: 2pt ;
}

table.raw {
	width: 100% ;
	border-style: none ;
	border-width: 0 ;
}

td.raw {
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: normal ;
}

th {
	border: inset 1pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: bold ;
	background-color: #fcc ;
}
 
.opn {
	color: #fff ;
	background-color: #00f ;
	font-style: oblique ;
	font-weight: bold ;
}

.new {
	background-color: #ccf ;
	font-style: oblique ;
}
 
.special {
	background-color: #9c9 ;
	font-size: 14pt ;
	font-style: oblique ;
}
 
th.seamless {
	border: inset 0pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: bold ;
    background-color: #fc9 ;
}

th.box {
	border: inset 1pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: bold ;
	background-color: #ccc ;
}

th.day {
	border: inset 1pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: bold ;
	background-color: #fc0 ;
}

td {
	border: inset 1pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: normal ;
	background-color: #ffc ;
}

td.box {
	border: inset 1pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: normal ;
	background-color: #ccc ;
}

td.ask {
	border: inset 1pt ;
	text-align: center ;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 12pt ;
	font-weight: bold ;
	background-color: #ff9 ;
}

.navigation, h1, h2, h3, h4 {
	font-family: 'Copperplate Gothic Bold', Verdana, 'trebuchet MS', helvetica, sans-serif ;
	font-weight: bold ;
	font-variant: small-caps
}


:hover :focus {
    text-decoration: underline ;
    background-color: #000 ;
    color:  #ff0 ; 
}
