a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: 
		"Futura",
		"Futura Medium BT",
		"Futura Lt BT",
		"Futura Std",
		"TW Cen MT",
		"Twentieth Century",
		"Spartan",
		"Technica",
		"Techno",
		"Times Gothic",
		"Geometric 212",
		"Sans",
		"Sparta",
		"Helvetica",
		sans-serif;
}

/* Why did I do this?
cite {
	font-style: normal;
}
*/

div.navbar {
	margin-bottom: 1em;
}

img {
	border-width: 0;
	max-width: 100%
}

span.dates {
	color: red;
	white-space: pre;
}

table {
	border: solid;
       	border-width: thin; 
	empty-cells: show;
	width: 100%;
}

td,th {
	border: solid;
       	border-width: thin;
}

td.album {
	font-style: italic;
}

td.dates {
	color: red;
}

th {
	background-color: gray;
	text-align: left;
}

ul.movie {
	font-style: italic;
}
