/* This is the main css file for the JunkYardSaints website. */

body {
  font-family: arial, helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #993300;
  margin-left: 0px;
  margin-top: 0px;
}


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;
  font-weight: 500;
}

p {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

/* formatting for index.html page only */
p.footer {
  font-size: 10px;
  color: #FFFFFF;
}

a:link {color: #FFFFFF}
a:visited {color: #FF9933}
a:hover {color: #FF9933}
a:active {color: #FFFFFF}


.center {text-align: center}
.left {text-align: left}
.right {text-align: right}
.bold {font-weight: bold}
