body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
}

.content-window {
	position:relative;
	width:395px;
	height:387px;
	overflow:auto;
}

.main-text {
	padding:4px;
	font-size:12px;
	line-height:17px;
	color: #000000;
}

.next-event {
	font-size:1.25em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.page-header {
	font-size:1.2em;
	font-weight:bold;
}

/* LINKS */
a:link { 
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited { 
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}
a:active { 
	color: #FF0000;
	text-decoration:underline;
}