h1, h2, h3, h4 {
   text-align:center;
   margin:5px;
}

h1 {
   font-family:Tahoma, Verdana, Arial;
   font-size:22px;
   color:red;
}

h2 {
   font-family:Tahoma, Verdana, Arial;
   font-size:20px;
   color:black;
}

h3 { 
   font-family:Tahoma, Verdana, Arial;
   color:red;
   font-size: 18px;
}

h4 {
   font-family:Tahoma, Verdana, Arial;
   color:blue;
   font-size: 16px;
}

strong {
	color:navy;
}

body {
   font-family:Verdana, Arial;
   font-size:14px;
}

#contentContainer {
   background:white url(/images/backmid.gif) repeat-y;
   width:800px;
   border:none;
}

#content {
   text-align:left;
   width:600px;
}

#contentTop, #contentBottom {
   width:800px; height:45px;
   margin:0;
}

#contentTop {
   background:white url(/images/backtop.gif) no-repeat;
}

#contentBottom {
   background:white url(/images/backbottom.gif) no-repeat;
}

.censored {
   background-color:black;
   color:black;
}

.timetable { font-size:17px; background-color: black; }
.timetable td { background-color:white; }
.timetable .header {
	background-color:red;
	color:white;
}
.today td {
	background-color:yellow;
}
.tablePrice { text-align:center; }
.tableDay small { font-size:14px; }

#paypalButton {
   font-family:Tahoma, Verdana, Arial;
   font-size:17px;
   font-weight:bold;

   cursor:pointer;
   cursor:hand;
}

#orderPanel, blockquote {
   width:500px;
   text-align:left;
   padding:5px;
   background-color: #dce3ec;
   border:navy solid 5px;
}
blockquote {
	margin:20px;
}
blockquote h1 {
	color:navy;
	font-size:17px;
}

li {
   margin:10px;
}

.center {
	text-align: center;
}