
@charset "UTF-8";
* {
	font-family: FreeSans, sans-serif;
	font-size: 10pt;
}
em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
acronym {
	border-bottom: 0.5px dashed black;
	font-size: inherit;
}
dt {
	font-weight: bold;
	font-size: 2em;
}
dt acronym {
	border-bottom: none;
}
dd {
	text-align:left;
	margin: 2em 0;
	line-height: 130%;
}
dd p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: navy;
}
a:visited, a:active {
	text-decoration: none;
	color: #333;
}
a:visited:after {
	margin-left: 3px;
	content: url("/images/check.jpg");
}
#title, h1 {
	position: relative;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-weight:bold;
	font-size: 3em;
	margin-top: 1em;
	margin-bottom: 0.7em;
}
#content {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

}
#year {
	font-size: 3.2em;
	line-height: 0.8em;
}
#without {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 0.8em;
	width:100%;
}
#drm {
	font-size: 4em;
	line-height: 0.9em;
}
#intro {
	text-align:left;
}
#intro p {
  margin-bottom: 1em;
}
#banners {
	text-align:center;
}
#banners a:visited:after {
	content: "";
}
#jamendo img {
	border: 1px solid black;
}
#footer {
	text-align: center;
}
#footer p {
	font-size: 8pt;
	color: #aaa;
}
#footer p a {
	font-size: inherit;
	color: #999;
}
#namelist {
  text-align: center;
}

#namelist b.name {
  font-size: 1.3em;
}
