body {
	background-color: #e5e5e5;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color: 333333;
}

.oneliner {
	color: #F00;
	font-size:12px;
}

a:link {
	color:#E60000;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: #E60000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

#slideshow {
	margin-bottom: 15px;
	margin-left: 5px;
}

.heavy {
	font-weight:bold;
}

ul {
	margin-left:20px;
}