/* CSS Document */
/* define header behavior and link enlarge on hover */
h1,h2,h3,h4,h5,h6
{ margin: 0; padding: 0; font-size:12px; font-weight:normal; color: #000000 }

/* general rule - links grow bold and green */
a:link { font-weight:normal; color:blue; text-decoration:underline;}
a:link img { font-weight:normal; color:blue; text-decoration:none;}

a:visited { font-weight:normal; color:#909; text-decoration:underline;}
a:visited img { font-weight:normal; color:#909; text-decoration:none;}

a:hover { font-weight:bold; color:green; text-decoration:underline;}
a:hover img { font-weight:bold; color:green; text-decoration:underline;}

h1#art { margin: 0 0 0.2em -2.5em; font-family:"Verdana", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; font-style:italic; color:black; }

#main {position:relative;}

#inform {
	position:absolute;
	left:6px;
	top:167px;
	width:150px;
	font-family:"Comic Sans MS", verdana, arial, sans-serif;
	color:black;
	font-style:italic;
	font-size:12px;
	line-height:15px;
	text-align:center;
}

p#music a:link img {border:0px;}
p#music a:visited img {border:0px;}
p#music a:hover img {border:3px ridge green;}

#join {font-family:"Comic Sans MS", verdana, arial, sans-serif; color:black; font-style:italic; font-size:12px; line-height:15px; text-align:center;}

