body {
	font-family: Arial, helvetica, sans-serif;
}

#friends {
	overflow-y: scroll;
	height: 200px;
	width: 300px;
	border: 1px solid #ccc;
}

.bolded {
	font-weight: bold;
}

.event {
	font-size: x-small;
	border-bottom: thin solid #ccc;
	padding: 10px;
}

.tagline {
	font-style: italic;
}

#links {
	padding-top: 10px;
}