*, html, body { 
	font-family: verdana, "Liberation Mono"; 
}
.logo {
	width: 100%;
	text-align: center;
	padding: 0; 
}
p {
	font-size: 1.0em;
	padding: 2em;
}
ul.attribs {
	font-size: 1.2em;
	text-align: center;
	padding: 2em;
}
ul.attribs li {
	list-style: none;
	float:left;
	white-space: nowrap;
}
ul.attribs li:before {
  content: '\2022';
  margin: 0 0.5em;
}

ul.attribs li a, a {
	text-decoration: none;
	font-weight: bold;
}

h1, ul.attribs {
	text-shadow: 0 5px 20px #AAAAAA;
}

h1, ul.attribs li a, a {
	color: #1155cc;
}

h1 b {
	font-size: 2em;
	font-weight: bolder;
}
h1 span {
	font-size: 1.0em;
}

br, h2 {
	clear:both;
}

iframe {
	padding-top: 2em;
	border: 0;
	width: 100%;
	overflow:hidden;
}
