* { font-family: verdana, monaco, tahoma, sans-serif ; }

body { 
	font-size: 14px ;
	background-color: #373 ; 
} 

h1 { 
	font-size: 150% ;
	color: #339955 ; background: transparent ; 
}
h2 {
	font-size: 130% ;
	color: #339955 ; background: transparent ; 
	margin: 2px 0 ; 
}
ul {
	padding-left: 14px ;
}
ul li {
	padding: 0px ; margin: 0 ; 
}

a { color: #393 ; background: transparent ; }
a:link { color: #393 ; background : transparent ; }
a:visited { color: #777 ; }
a:hover {}

#eventInfo {
	position: absolute ; 
	top: 6px ; left: 6px ; 
	width: 590px ; 
	color: #000 ; background: white ; 
	padding: 6px ; 
	border: 2px black solid ; 
}

#otherInfo {
	min-height: 650px ; 	
	position: absolute ; 
	top: 6px ; left: 615px ; 	
	width: 250px ; 
	background-color: white ; 
	border: 2px black solid ; 
	padding: 3px ; 
}
