/*	Style sheet for music pages in tg.com
	Copyright Bennett McElwee 1999-2003
*/

/*	Body stuff
*/
body { color:black; font-family:verdana,arial,sans-serif; font-size: small; }

/* Next line for buggy browsers (e.g. Communicator) */
div, p, td, th, li { color:black; font-family:verdana,arial,sans-serif; font-size: small; }

div#body,
div.limit-width { width: 750px; }

/*	Common fonts and styles
*/
h1, h2, h3, h4 { font-family:verdana,arial,sans-serif; font-weight:bold; }
h1 { font-size: 150%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

a { color:#c00; text-decoration:none; }
a:visited { color:#900; }
a:active  { color:black; background-color:#c99; }
a:hover   { background-color:#fcc; text-decoration:none; }

p.attr {
	font-style: italic;
	margin: 0;
	padding: 0;
}

p.subtitle {
	font-weight: bold;
}

p.footer {
	font-style: italic;
	margin-top: 1ex;
}

div.google-top {
	margin: 3ex 0 1ex 2ex;
}

div.google-bottom {
	margin: 2ex;
}

div.amazon-bottom {
	margin: 2ex 4ex;
}

pre {
	color:black;
	font-size: small;
	margin-left: 2ex;
}

