/*
 * The Open University - Faculty of Social Sciences - SocSci-Web
 */
body {
	background: white;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 20px 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color :black;
}

h4 {
	font-size: 120%;
	margin: 18px 0 9px;
}

p.date {
	color:#888888;
}

ul {
	list-style: none;
	padding-left: 20px;
}

li {
	line-height: 2em;
}

a {
	color: #e65b00;
}

a:visited {
	color: gray;
}

a:hover {
	color: #ba3700;
}

#player {
	margin-left: 20px;
}

a.to-top {
	background-color: #e65b00;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	color: white;
	display: inline-block;
	font-size: smaller;
	margin: 0;
	padding: 0.5em;
	position: fixed;
	right: 20px;
	text-decoration: none;
}

a.to-top:visited {
	color: white;
}

a.to-top:hover {
	background-color: #ba3700;
	color: white;
}