/* http://www.macwcd.com/style.css */
/* created 12022005 Jake MacWilliamson, MacWCD.com */



/* START global site settings */

A, A:link, A:hover, A:visited, A:active, body, div, table, td, tr {
    color: #000000;
    font-family: Times New Roman, Times, Bookman, serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
A:link, A:hover, A:visited, A:active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
A:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

body {
    background: url(images/background.gif);
    margin: 25px;
    padding: 0px;
}

.menutext, A.menutext, A.menutext:link, A.menutext:hover, A.menutext:visited, A.menutext:active {
    color: #000000;
    font-family: Times New Roman, Times, Bookman, serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
A.menutext:link, A.menutext:hover, A.menutext:visited, A.menutext:active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
A.menutext:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

/* E N D global site settings */



/* START special font/text settings */

.headingtext {
    font-size: 24px;
    font-weight: bold;
}

/* E N D special font/text settings */



/* START div/table/td/tr settings */

div.container {
    text-align: justify;
    width: 700px;
}

/* E N D div/table/td/tr settings */

