A:link { color:#330066 ; }
A:visited { color:#996633 ; }
A:hover { color:#006633 ; }
A:active { color:#663333 ; }

body {
  font-family:		arial, sans-serif;
}

h1 {
  font-variant:		small-caps;
  font-size:		1.25em;
}

#lyrics {
  border:		solid 1px #639;
  padding:		1em;
}

.aButton, .aButton:link {
  padding:		.1em;
  padding-right:	.3em;
  font-style:		italic;
  cursor:               pointer;
  border-style:         outset;
  text-decoration:      none;
}
.aButton:hover {
  cursor:               pointer;
  border-style:         outset;
  text-decoration:      none;
}
.aButton:active {
  border-style:         inset;
  text-decoration:      none;
}

.back {
  font-size:		.75em;
}

