
html, body {
	margin-right : 20px;
	margin-left : 20px;
	margin-top : 20px;
	margin-bottom : 20px;
    font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
}

h1 {
	font-size : 30px;
}

h2 {
	font-size : 20px;
	margin-left : 50px;
}


li {
	font-size : 16px;
    padding-bottom: 5px;
}

a:visited {
	color: black;
}

a:link {
	text-decoration: none;
	color: black;
}

a:hover {
	color: blue;
}

.title { width: 300px}
.genre { color: grey; width: 150px}
.compos { color: sienna; width: 220px}
.origin { color: darkblue; width: 100px}

.genre, .compos, .origin { font-size: 14px; }

