/* main.css - Primary stylesheet for dtowne.com */

/* Chalk background - replaces <body background="..."> */
body {
    background-image: url('/images/bkgchalk.jpg');
}

/* Replaces <center> tag */
.center {
    text-align: center;
}

/* For centered headings */
h1.center, h2.center, h3.center {
    text-align: center;
}
