/*This is the core style sheet of the site. */

body {
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0;
background-image: url(images/fireback.jpg);
background-repeat: repeat;
}

h1 {
text-align: center;
font-size: 1.3em;
}

h2 {
text-align: center;
font-size: 1.0em;
}

h3 {
text-align: center;
font-size: .9em;
}

p {
font-size: 0.8em;
}


