@charset "utf-8";
/* CSS Document */

body {
	width: 196px;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background: url(images/ref_bg.png);
}
a:link {
	color: #039;
}
a:hover {
	color: #900;
}
#events {
	height: 138px;
	width: 196px;
	overflow: hidden;
}
#info {
	height: 70px;
	width: 196px;
	overflow: hidden;
}
.title {
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	color: #036;
	line-height: 26px;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.red {
	color: #900;
}

