body {
	font-family: arial, verdana, sans-serif;
	color: #3F3054;
}

a:link {
	color:#3A3F99;
	text-decoration:none;
}

a:visited {
	color:#439539;
	text-decoration:none;
}

a:hover {
	color:#000033;
	text-decoration:none;
}

a:active {
	color:#664E88;
	text-decoration:none;
}

h1 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

h2 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

p, ul, ol, dl {
	margin: 0 0 1.5em;
	font-size: 12px;
	line-height: 18px;
}

ol {
	margin: 0 3em 1.5em;
	list-style: decimal;
}

ul li
{
	list-style: disc;
	margin: 0 3em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

ul.staff li {
	float: left;
	width: 100px;
	height: 200px;
	list-style: none;
	margin: 0 10px 15px;
	text-align: center;
}

ul.staff li img {
	display: block;
	margin: 0 auto;
}