body {
  background:#ffffff;
  color:black;
  font:9pt sans-serif;
}

a.link   {color: "#000000ee"}
a.visited {color: "#551a8b"}
a.hover {color: red; text-decoration: underline}

#organizer {
  position: relative;
  /*left: 20px;*/
  overflow: auto;
  color: #993300;
  font-family: arial;
  font-size: small;
  font-weight: bold;
}

#orgtext {
  position: relative;
  /*top: 20px;*/
  left: 20px;
  color: #993300;
  font-family: arial;
  font-size: large;
  font-weight: bold;
}

#title {
  position: relative;
  /*left: 20px;*/
  color: #006600;
  font-family: arial;
  font-size: x-large;
  font-weight: bold;
}

img.logo {
  position: absolute;
  right: 20px;
  top: 0px;  
  z-index: 0;
  border: 0px solid;
  width: 120px; 
}

#maindiv {
	/*position: relative;*/
	/*left:20px;*/
	text-align: center;
	/*overflow: auto;*/
}
#main {
  font-size: small;
}
#main h2 { 
  color: #006600;
  font-size: large;
}
#main h3 { 
  color: #993300;
  font-size: medium;
}
#main h4 { 
  color: #993300;
  font-size: small;
}
#main a {
  font-size: normal;
}
#main img {
  font-size: x-small;
  color: #000000;
}
#evdate {
  text-decoration: underline;
}
#evtime {
  color: #000000;
  font-weight: bold;
}
#event {
  color: #006600;
  font-weight: bold;
}
#info {
  text-align: justify;
  font-weight: bold;
}
#info h2 {
  color: #993300;
}
#infotxt {
  text-align: justify;
  font-weight: normal;
}

#copy {
	text-align: right;
	font:8pt sans-serif;
}

