strong {
	font-weight: bold;
}

em {
	border-bottom: 1px dotted #b2b2b2;
	font-style: italic;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #0176c1;
}

a:hover {
	text-decoration: underline;
}

em a:link, em a:hover, em a:active, em a:visited {
	text-decoration: none;
	color: #3e3e3e;
}

em a:hover {
	border-bottom: 1px dotted black;
	text-decoration: none;
}

a.pseudo-button:link, a.pseudo-button:hover, a.pseudo-button:active, a.pseudo-button:visited {
	background-color: #d7f0ff;
	border: 1px solid #0176c1;
	padding: 2px 5px 2px 24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

a.pseudo-button:hover {
	background-color: #eaf7ff;
}

.movie {
	background: url(/images/movie-icon.png) no-repeat 3px 3px;
}