body {background-color:#000000;color:#ff3322;background-image:url(backleft.jpg);background-attachment:fixed}
A:visited {color:#808080; text-decoration: none}
A:link    {color:#808080;text-decoration: none}
A:hover   {color:#ff9900;text-decoration: underline}
A:hover.nav {underline}
A:hover.splash{color:#808080;text-decoration:none}
A:visited.splash{color:#ff9900}
A:link.splash{color:#ff9900}
th {font-size:35}
li {font-size:16;color:#ffffff}
.word {font-size:50;color:#ff9900}
.title {font-size:42;color:#ff3322}
.sub {font-size:20;color:#808080}
.header {font-size:32; letter-spacing:0.9em}
.links  {font-size:22; word-spacing:1.0em}
.real {font-size:18}
.lyric {text-indent:30;color:#bbbbbb;font-size:18}
.lyrictitle {font-size:25;color:#ff9900}
.warn {font-size:15;color:#ffffff}
.linkpage {font-size:22}
.bio {font-size:25}

if (navigator.appName == "Netscape" && navigator.appVersion.charAt(0) == ("4" || "3")) {
	document.write("<link rel='stylesheet' type='text/css' href='includes/style_ns.html'>")
} else {
	document.write("<link rel='stylesheet' type='text/css' href='includes/style_ie.html'>")
}