/*
   type.css
   Common Typographic Styles
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#header p a {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}

#header li a {
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
}

#main h1 {
	font-size: 2em;
	font-weight: bold;
}

#footer {
	text-align: left;
}

#footer p {
	font-size: 0.75em;
}

.movie_title {
	font-style: italic;
}

.song_title {
	font-weight: bold;
}

table th {
	font-weight: bold;
}

table.song_table th {
	font-weight: normal;
}
