   body {
   background-color: #000000;
   color: #FFFFFF;
   font-family: Arial, Verdana, Helvetica, sans-serif, Haettenschweiler;
   font-size: 32px;
   margin: 0;
   padding: 0;
   }

   h1 {color: #FFCC00;}

   table#home {
   align: center;
   border: 0px solid;
   cellpadding: 5px;
   width: 100%;
   }

   td {
   text-align: center;
   border: 0px solid;
   }

   a:link {
   color: #FFFFFF;
   text-decoration: none;
   }

   a:visited {
   color: green;
   text-decoration: none;
   }

   a:hover {
   color: hotpink;
   text-decoration: underline;
   }

   a:active {
   color: blue;
   text-decoration: underline;
   }

   .norm a:link {text-decoration: underline; color: #000000}
   .norm a:visited {text-decoration: underline; color: green}
   .norm a:hover {text-decoration: underline; color: red}

   table#month {
   align: center;
   color: #000000;
   font-family: Arial;
   font-size: 24px;
   border-style: solid;
   border-top-width: 2px;
   border-right-width: 2px;
   border-left-width: 2px;
   border-bottom-width: 0;
   border-spacing: 0px;
   border-color: #CCCCCC;
   background: #CC9933;
   width: 956px;
   }

   table#week {
   align: center;
   color: #000000;
   background: #CCCCCC;
   width: 956px;
   }

   table#day   {
   align: center;
   color: #000000;
   border-style: solid;
   border-top-width: 0px;
   border-right-width: 2px;
   border-left-width: 2px;
   border-bottom-width: 2px;
   border-spacing: 0px;
   border-color: #CCCCCC;
   width: 956px;
   }

   .dayofweek {
   align: center;
   font-weight: bold;
   text-align: center;
   width: 136px;
   background-color: #3399CC;
   }

   .eachday {
   align: center;
   text-align: left;
   font-size: 12px;
   vertical-align: top;
   width: 130px;
   background-color: #CCFFFF;
   border-style: solid;
   border-width: 1px;
   border-color: gray;
   }

   table#menu {
	align: center;
	border-style: none;
	width: 700px;
	background-color : #000000;
    }

   .menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #cccccc;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	width: 200px;
   }