body       {	background-color: black;
				color: white;
				font-family: arial;
				height: 100%;
				}
div#search {
				float:right;
				}
				
div.background {
				position: absolute;
				top:0px;
				left:-2px; 
				z-index: -1;
				}
				

h1				{
					font-size: 1.4em; 
					}
h2 
				{
					font-size: 1.2em;
					}
					
table.schedule	{
					border: 1px solid white;
					padding-left:4; 
					padding-right:4; 
					padding-top:1; 
					padding-bottom:1}
td.schedule	{		
					border: 1px solid white;
					}
tr.schedule {
					border: 1px solid white;
					}
.banner {
					font-size: 1.5em;
					text-align: center;
					margin: auto;
					width: 60%;
					}

p.footer {display: block; font-size: 8pt; align: center; margin-top: 1em;}

ul { font-size: 1em; }
li { font-size: 1em; }

a.linkbar {
					display: block;
					text-decoration: none; 
					color: #9999FF;
					font-size: .8em;
					margin-bottom: .2em;
					
					}


a:hover.linkbar {
					color: black; 
					font-family: Arial; 
					background-color: #9999FF;
					}
					

a:link {
					text-decoration: none;
					color: #9999FF;
					}
a:visited {
					text-decoration: none;
					color: #CC99FF;
					
					}
a:hover	 {
					color: #CC99FF; 
					text-decoration: underline;
					}
										}
a:active {
					text-decoration: none;
					}
#container {
					margin: 2em;
					}										
#content {			
										
					}

#linkbar {			
					float: left; 
					width: 12em;
					margin-right: 1em;
					margin-bottom: 1em;
					overflow: hidden;
					position: relative;
					z-index: 1;
					}
					
#footer {			
					clear: both;
					margin-top: 80%;
					text-align: center;
					font-size: .6em;
					}
div.event { 
					width: 85%;
					border: 1px solid white;
					padding: 1em;
					text-align: center;
						}
div.eventimage {
					width: 50%;
					}
.imageleft {		float: left;
					margin-right: 1em;
					}
.imageright {
					float: right;
					margin-left
					}
a.invisible {
				color: black;
				font-size: .1em;
				}
a.hide {
				color: white;
				text-decoration: none;
				}