/* My campus web page CSS         */
/* (an experiment in-progress...) */

/* by: Sharon Tuttle              */
/* created: 06-21-10              */
/* last modified: 06-30-10        */
/* used with permission           */
/* by Alex Hampel ah270           */

body
{
    background-color: #FFFFDC;
}

.centered 
{   
    text-align: center;
}

.centered table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1, h2, th
{
    color: #006600;
}

h1
{
    font-family: verdana;
    font-size: 1.5em;
    font-weight: bold;
}

h2
{
    font-family: verdana;
    font-size: 1.0em;
    font-weight: bold;
}

table
{
    border-collapse:collapse;
}

table, th, td
{
    border: 1px solid black;
}

caption
{
    font-family: verdana;
    font-weight: bold;
}

th
{
    text-align: center;
    font-family: verdana;
    font-weight: bold;
}

td
{
    text-align: center;
}
