/*
	TAXI CSS
	By Michael Chaney, Michael Chaney Consulting Corporation
	Copyright 2006 Michael Chaney Consulting Corporation, All Rights Reserved.
*/
body {
	background: #dbe9f6;
	color: black;
}

body, table, th, td, div, p, ul, li, input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

body, object, form, fieldset, div, table {
	border: 0;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

form, fieldset {
	display: inline;
}

img { border: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }



div.interview {
	font-size: 8pt;
	background: #dbe9f6;
	width: 100%;
	margin: 0;
	text-align: center;
}

div.interview div.qa { border-bottom: 1px solid black;  margin-bottom: 5px; text-align: left; }
div.interview p { margin: 1em; }
div.interview p.q { font-weight: bold; }
div.interview p.a span.letter-q { font-weight: bold; font-size: 105%; }
div.interview p.a span.letter-a { font-weight: bold; font-size: 105%; }
div.interview p.a textarea { width: 95%; }

div.lyrics {
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #dbe9f6;
	padding: 1em;
	text-align: center;
}

div.lyrics p.title {
	font-weight: bold;
	font-size: 1.1em;
}

div.lyrics p.lyrics {
	background: transparent; width: 85%; padding: 1ex; margin: 1ex; text-align: left;
}

