body {
	color:black;
	background-color:white;
	margin:20px;
	padding:0px;
	font:16px Georgia, "Times New Roman", Times, serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font:bold 22px verdana, arial, helvetica, sans-serif;
	}
h2 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:16px Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 20px 0px;
	padding:0px;
	}

pre {
	font:16px Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 20px 0px;
	padding:0px;
	}

pre.song {
	font-style: italic;
	}

dl {
	margin:0px 0px 20px 0px;
	}

dt {
	font-weight: bold;
	}

dd {
	margin:0px 0px 5px 0px;
	}

img {
	border:0px;
	}

img.intext {
	margin:5px
	}

a {
	color:#09c;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#63c;}
a:hover {background-color:#dff;}

a.piclink:hover {
	background-color:transparent;
	}

a.menu {
	}

a.menu:hover {
	background-color:#dff;
	}

a.menu_act {
	background-color:white;
	}

a.menu_act:hover {
	background-color:#dff;
	}

/*This fix for some IE6 layout problems comes from*/
/*http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#titlebar {
	visibility: hidden
	}

.content {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	margin:20px;
	background-color:white;
	padding:0px
	z-index:3;
	}

.content ul {
	margin:0px;
	padding:0px 15px 20px 15px;
	}

#footer {
	visibility: hidden
	}

#leftbar {
	visibility: hidden
	}

#rightbar {
	visibility: hidden
	}