/*	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; }

/*	Common fonts and styles
*/
h1, h2 { font-family:verdana,arial,sans-serif; font-weight:bold; font-size: large; }
h3, h4 { font-family:verdana,arial,sans-serif; font-weight:bold; font-size: medium; }
p { font-family:verdana,arial,sans-serif; }

/*	Set the link colors and styles.
*/
a { color:#c00; text-decoration:none; }
a.anchor  { color:black; }
a:visited { color:#900; }
a:active  { color:black; background-color:#c99; }
a:hover   { background-color:#fcc; text-decoration:none; }

/* Special stuff
*/
p.frontfooter { font-style: italic; font-size: smaller; }
p.footer      { font-style: italic; font-size: smaller; text-align:center; margin-top:6px; }

/* Home page
*/
.news-heading { margin-bottom: 0.5ex; font-size: larger; font-weight: bold; }

/*	Links (I would prefer to set colours etc. with styles instead of tables,
	but this is nearly as good and works in most browsers.)
*/
table.linkbar tr td { color:black; font-weight:bold; text-align:center; margin-bottom:0; margin-top:0; }
table.linkbar tr td a         { color:black; }
table.linkbar tr td a:visited { color:black; }
table.linkbar tr td a:active  { color:black; }
table.linkbar tr td a:hover   { color:#c00; }

.button { color:black; font-weight:bold; margin-bottom:0; margin-top:0; }
.button a         { color:black; }
.button a:visited { color:black; }
.button a:active  { color:black; }
.button a:hover   { color:#c00; }

/* End */

