h1{
	text-align:center
}

h2.year{
	text-align:center;
	color:blue
}

body{
	background:#336600;
	color:white;
	line-height:1.5em
}

a:link{
	color:yellow;
}

a:visited{
	color:#999900;
	text-decoration:none
}

a:hover{
	color:yellow;
	text-decoration:underline;
	background-color:gray
}

.evname{
	font-size:150%;
	font-weight:bold
}

.pub{
	font-size:130%;
	font-weight:bold
}

.bname{
	font-size:120%
}

div.cent{
	text-align:center
}

.new{
	color:red;
	font-weight:bold;
	font-style:italic
}

.m2{
	font-size:83%
}

div{
	margin:1em 1em;
	padding:1em 1em;
	background:#555555;
	border-right-width:thin;
	border-top-width:thin;
	border-left-width:thin;
	border-bottom-width:thin;
	border-color:white;
	border-style: solid;
}

h4{
	text-indent:2em
}
