/* Wolf's Thematic Index of the Works of the Great Composers */
/* biogr.css */

body, table, tr, td {
	font-size: 1em;
	font-family: georgia, 'times new roman', times, serif;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom:5px;
	padding: 0;
}

h2 {
	font-size: 300%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	font-weight: bold;
	color: #0000ff;
	font-size: 1em;
	letter-spacing: 0.05em;
	text-decoration: none;
}

a:hover {
	background-color: Yellow;
}

.kursiv {
	font-style:italic;
}


