/* music.lovell.info */

body {
	background: #000;
	text-align: center;
}

div#container {
	width: 640px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	display: block;
	background-image: url(nils-party-dj.jpg);
	width: 640px;
	height: 316px;
	padding: 0.4em;
}

h2 {
	font-size: 14pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ccc;
}

ul {
   list-style-type: square;
}

p, li {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #888;
}

a {
   color: #77f;
   text-decoration: none;
}
