body
{
	background: #eee;
	color: #000;
	font-family: "Lucida Sans", Georgia, Helvetica, Arial, Verdana;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
a
{
	color: #3388b0;
	text-decoration: none;
}
a:hover
{
	color: #00f;
	text-decoration: underline;
}
#container
{
	width: 600px;
	margin: 20px auto;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid #ccc;
}
#photoframe
{
	float: right;
	text-align: right;
}
#photoframe p
{
	margin-top: 2px;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#twitterwidget
{
	margin-top: 10px;
	text-align: left;
	font-size: 110%;
}
img.photo
{
	border: 1px solid #ccc;
	background: #eee;
	padding: 7px;
	-moz-border-radius: 5px;
}
h1
{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
h2
{
	padding: 30px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
ul li
{
	margin-bottom: 15px;
}
acronym
{
	cursor: help;
}
ul#websites
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#websites li.lang.se
{
	padding-left: 25px;
	background: url(se.png) center left no-repeat;
}
ul#websites li.lang.us
{
	padding-left: 25px;
	background: url(us.png) center left no-repeat;
}
ul#debatearticles
{
	margin-left: 20px;
	padding: 0;
}
ul#debatearticles .published
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
ul#debatearticles .publisher
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: gray;
}
ul#debatearticles .publisher:before
{
	content: "[";
}
ul#debatearticles .publisher:after
{
	content: "]";
}
#foot
{
	margin-top: 30px;
	position: relative;
	bottom: 0;
	height: 40px;
}