/* This is the main css file for the JunkYardSaints website. */

body {
  background-color: #FF9933;
  font-family: arial, helvetica, sans-serif;
  margin-left: 0px;
  margin-top: 0px;
}

/* Centered headings */
h1,h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}

/* Non-centered headings */
h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
}

p {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

/* formatting for all footers */
p.footer {
  font-size: 10px;
  color: #000000;
}

/* Text style for song titles */
.songTitle {
  font-style: italic;
  font-weight: bold;
}

/* orange text */
.orangeText {
  color: #FF9933;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

/* class for formatting of the table rows/columns on the Listen page */
.tableListen {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  background-color: #FFFFCC;
}

/* link formatting */
a:link {color: #663300}
a:visited {color: #663300}
a:hover {color: #663300}
a:active {color: #663300}

.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
.bold {font-weight: bold}
.center-bold {
  text-align: center;
  font-weight: bold;
}
