@charset "utf-8";

body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  padding-left: 50px;
  background-color: #000;
  color: rgb(255, 255, 255);
}

header {
    padding: 125px 0px 20px 10px;
}

p {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
}

ul {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-left: 25px;
  padding-right: 15px;
  padding-left: 15px;
  color: rgb(255, 255, 255);
}

h1 {
  font-size: 20px;
  color: #CFF;
}

h2 {
  font-size:18px;
  color: rgb(234, 251, 0);
}

h3 {
  font-size:16px;
  color: #9FC;
}
h4 {
  font-size:16px;
  color: rgb(246, 226, 7);
  font-style: italic;
  }

a:link {
  text-decoration: underline;
  color: rgb(249, 188, 5);
}

a:visited {
  color: rgb(249, 188, 5);
  text-decoration: underline;
}
a:hover {
  color: rgb(5, 249, 233);
  font-weight: 800;
}
a:active,
a:focus {
  color: rgb(5, 249, 233);
  font-weight: 800;
}

a.nav:link,
a.nav:active,
a.nav:visited,
a.nav:hover {
  text-decoration: none;
}

.chorus {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FFF;
  margin-left: 25px;
  font-style: italic;
}

.lyrics {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.4em;
  margin-top: 12px;
  margin-left: 0;
  color: #edf906;
}

.footer {
  color: #FFFF00;
  font-style: italic;
  padding: 20px 0;
  position: relative;
  text-align: center;
  clear: both;
  height: 50px;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.copyright {
  font-size: 14px;
  color: #f3f307;
  font-weight: 400;
  font-style: italic;
}

.note {
  font-size: 14px;
  color: #f39507;
  font-weight: 400;
  font-style: italic;
}

/*navigation*/

ul.nav {
  list-style: none;
  border-top: 1px solid #666;
  margin-bottom: 0px;
}

ul.nav li {
  border-bottom: 1px solid #666;
}

ul.nav a,
ul.nav a:visited {
  padding: 5px 5px 5px 15px;
  display: block;
  width: 160px;
  text-decoration: none;
  text-align: center;
  background-image: url(images/btns/navBtn.jpg);
  color: #FFF;
  font-weight: 600;
}

ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
  background-image: url(images/btns/navBtnOver.jpg);
  color: #FF0;
  font-weight: 600;
}