html,body	{ color: darkblue; background: white; }
a:link		{ color: blue; }
a:visited	{ color: darkblue; }
h1		{ color: black }
h2,h3		{ background-color: darkred; color: white; }
h2,h3		{ border: none; padding: 3px; }
tt,pre		{ color: black }

div.author	{ color: darkgreen; font-style: italic }
div.melodie	{ color: darkgreen; font-size: small }
p.update	{ font-style: italic; font-size: small }
p.english	{ color: black; }

html,body,tr,td	{ font-family: helvetica, arial, sans-serif }
h1,h2,h3,th,td	{ font-family: helvetica, arial, sans-serif }
h1		{ font-weight: normal }
h2,h3		{ font-weight: bold; font-size: small }
td.chord	{ font-weight: bold; }
th		{ font-weight: bold; }

td		{ text-align: left; /* white-space: nowrap */}
td.chord	{ text-align: left }
th		{ text-align: left }

td		{ color: darkblue }
td.chord	{ color: red }
th		{ color: red }

td.navi1	{ background-color: darkred; color: white }
td.navi2	{ background-color: #e0e0e0; color: black; font-size: small }

a:link		{ color: blue }
a:visited	{ color: darkblue }
a:active	{ color: red }

p.site		{ background-color: lightyellow }
b.edding	{ background-color: yellow }

