body {
	background: url("background2.png") repeat-x fixed #fff;
	color: #333;
	font-size: 11pt;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 150%;
}

div#wrapper {
	background-color: rgba(255,255,255,0.1);
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 2em;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

a {
	color: #333;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

ul#links {
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	font-size: 80%;
}


#links>li {
	opacity: 0.6;
}

#links>li:hover {
	opacity: 1;
}

#links>li>a {
	text-decoration: none
}
	
#links>li:before {
	content: "+";
	padding-right: 0.5em;
}
	
span.title-italic {
	font-style: italic;
}
	
h1 {
	font-family: 'Josefin Sans Std Light';
	font-size: 300%;
	font-weight: normal;
	color: #fff;
	padding-bottom: 16.5pt;
	margin: 11pt 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

h1 a {
	color: #fff;
	text-decoration: none;
}