* { 
	margin: 0;
	padding: 0;
        font: 11px "trebuchet ms", tahoma, verdana, arial, sans-serif;
/*
	font: 11px "Century Gothic", century, arial, sans-serif;
        font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
*/

}


body {
	background-color: #ffffff;
	background: #ffffff url(http://brainwashed.com/recordings/images/logo2008.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 120px;
	width: 620px;
/*
	margin: 0 auto;
*/
	}

#mimirbody {
}


div {
	}
	
h1, .artistHeader {
	font-family: "Courier New", courier, mono;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h2, .titleheader {
	font-family: "Courier New", courier, mono;
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	}
	
p {
	padding-bottom: 16px;
}


ol, ul {
	margin-left: 25px;
	padding-bottom: 16px;
}

a {
	color: #cc3300;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
i, em {
	font-style: italic;
}
