/* Globala stilar */

body {
	margin: 0;
	background-image: url(background.gif);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 0px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: gray;
}

.important {
	color: #c00;
	font-weight: bold;
}

.chordmarker {
	color: #050;
	font-weight: bold;
}

/* Specifika stilar */

#main {
	background-color: black;
	width: 682px;
	background-image: url(main_bg.gif);
	margin: 0 0 20px 20px;
}

#main h2 {
	margin: 0 44px;
	line-height: 1.4em;
	font-size: 18px;
}

#main h3 {
	margin: 0 44px;
	line-height: 1.4em;
	font-size: 13px;
	font-weight: normal;
}

#main p {
	margin: 0 44px 1em 44px;
	line-height: 1.4em;
}

#main pre {
	font-family: Courier, Monaco, "Courier New", monospace;
	margin: 0 44px 1em 44px;
	line-height: 1.4em;
	font-size: 11px;
}

#main #titles {
	line-height: 1.4em;
	list-style: none;
	padding: 0;
	margin: 1em 44px 0 44px;
}

#main h2+p,#main h3+p,#main h2+pre,#main h3+pre {
	margin-top: 0.5em;
}

#menu {
	line-height: 2em;
	background-color: #cec;
	margin: 0 10px 1em 10px;
	padding: 0 0.5em;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
