html{
	background-color:#9900ff;
}

body{
	font-size: 100%;
	margin:auto; padding:0px;
	text-align:center;
	background-color:white;
}

h1 {
	font-family: "Arial", sans-serif;
	font-size: 1.75em;
	color:#330099;
}

h2{
	font-family: "Arial", sans-serif;
	font-size: 1.5em;
	color:#9900cc;
}

p{
	font-family: "Arial", sans-serif;
	font-size: 1.15em;
	color:#9900cc;
}

p.date{
	margin:0px auto auto auto;
}

p.oneliner{
	margin:0px auto 1em auto;
}

a.general{
	color:#000000;
	text-decoration:none;
}

a.title{
	font-style:oblique;
	color:#000000;
	text-decoration:none;
}

a.title:hover{
	background-color:#9900cc;
	color:#ffffff;
}

a.alldiv{
	display:block;
	height:100%;
	width:100%;
	text-decoration: none;
}

.board-information{
	font-family: "Arial", sans-serif;
	font-size: 1.15em;
	color:#9900cc;
	overflow: auto;
	margin:auto; padding:0px;
	text-align:left;
}

.board-positions{
	font-family: "Arial", sans-serif;
	font-size: 1.15em;
	color:#9900cc;
	text-align:right;
	padding-right: 10px;
	vertical-align: top;
}

.board-members{
	font-family: "Arial", sans-serif;
	font-size: 1.15em;
	color:#9900cc;
	text-align:left;
	width:400px;
}

.title{
	font-style:oblique;
	color:#000000;
	text-decoration:none;
}

.posterstrip{
	position:relative;
	float:left;
}
.posterstrip .image{
	opacity:1;
}

.posterstrip:hover .image{
	opacity:0.5;
}

.posterstrip a.title{
	font-style:oblique;
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	opacity:1.0;
}

.posterstrip a.general{
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	opacity:1.0;
}

.posterstrip a:hover{
	background-color:#9900cc;
	color:#ffffff;
	opacity:1.0;
}

.posterstrip .text{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	margin:auto;padding:0;
	background:#9900ff;
	opacity:0;
	-webkit-transition: height 500ms, opacity 500ms;
	-moz-transition: height 500ms, opacity 500ms;
	-o-transition: height 500ms, opacity 500ms;
	transition: height 500ms, opacity 500ms;
	z-index:1;
}
.posterstrip:hover .text{
	height:100%;
	opacity:0.7;
	text-align:left;
	color:#000000;
	font-size:1.2em;
	font-weight:700;
	font-family:"Arial";
}