html {
   height: 100%;
}
body {
   height: 100%;
   background-color: #000080;
   font-family: Verdana, Geneva, Arial, sans-serif;
   color: #000080;
}
p.normal {
  text-align: center;
}
p {
   text-align: justify;
}
p.right {
   text-align: right;
   font-size: 12px;
   margin-top: 2px;
   margin-bottom: 2px;
}
p.navigator {
   line-height: 1.5;
   text-align: center;
}
a {
   text-decoration: none;
   color: #000080;
}
a.right:visited {
   color: red;
}
a.right:active {
   color: red;
}
a.right:hover {
   color: green;
}
a:visited {
   text-decoration: none;
   color: #000080;
}
a:active {
   text-decoration: none;
   color: #000080;
}
a:hover {
   text-decoration: underline;
}
table.normal {
   height: 98%;
   border-width: 3px;
   border-spacing: ;
   padding: 3px;
   border-style: solid;
   border-color: #99CCFF;
   border-collapse: collapse;
   background-color: white;
   table-layout: fixed;
}
table.normal td {
   border-width: 0px;
   padding: 4px;
   border-style: inset;
   background-color: white;
   vertical-align: middle;
}
table.normal td.links {
   height: 100%;
   text-align: center;
   font-size: 14px;
   line-height: 13px;
   border-width: 0px;
   padding: 0px;
   vertical-align: top;
   background-color: #99CCFF;
}
table.normal td.stage {
   height: 100%;
   text-align: center;
   font-size: 15px;
   border-width: 0px;
   vertical-align: top;
}
table.schedule td.left {
   text-align: left;
}
table.schedule td.right {
   text-align: right;
}
table.schedule th.center {
   text-align: center;
}
font.large_title {
   font-family: Tahoma, Times New Roman, sans-serif;
   color: ;
   font-size: 35px;
   font-weight: bold;
}
font.title {
   font-family: Tahoma, Times New Roman, sans-serif;
   color: ;
   font-size: 16px;
   font-weight: bold;
}
h1#pageheader {
   color: blue;
   font-size: 25px;
}
h2#eventtitle {
   color: green;
   font-size: 20px;
}
ul.event {
   background-color: #99CCFF;
   margin-left: 80px;
   margin-right: 80px;
   list-style-type: none;
   padding: 20px 20px 20px 20px;
   line-height: 1.8em;
   font-size: 1.2em;
}
a.links {
   color: green;
}
