/* OK, time to start slowly moving this to doing things right. */

/* all pages will share a common background image, and will have a
   table containing the actual content inside */
body
{
    background-image: url('images/color1.jpg');
}

/*  Headings */
h1,h2,h3
{
    font-weight: bold;
    color:  black;
    text-align:  center;
    margin-top:  0.25em;
    margin-bottom: 0.25em;
}

h1
{
    font-size: 3em;
}

h2
{
	font-size: 2em;
}

h3
{
	font-size: 1.5em;
}
