
body {
	font:11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	color: #204468;
}


h2 {
	font-size: 15px;
	line-height: 18px;
	color: #204468;
}

a:link{
	color: #204468;
}

a:visited{
	color: #333;
}
a:hover{
	color: #000;
}

.vevent {
	background-color: #EAEAEA;
	padding:10px;
	border:1px solid #204468;
	margin-bottom: 20px;
}


.vevent div {
	font-weight:bold;
}

.vevent h2 {
	margin-top:0px;
}

div.vevent div.description, div.vevent div.tags{
	margin:10px;
	font-weight:normal !important;
}