﻿body
{
    font-family:Comic Sans MS;
    color:Black;
    font-size: 16px;
}

a
{
    color:Blue;
    text-decoration: underline;
}

a:hover
{
    color:Red;
    text-decoration: underline;
}

.menu_body
{
    font-family:Comic Sans MS;
    color:Black;
    font-size: 14px;
    background-color: #99CCFF;
}

.page_header
{
    font-size: 24px;
    text-decoration: underline;
    text-align:center;
}

.page_header_no_underline
{
    font-size: 24px;
    text-align:center;
}

.page_footer
{
    text-align:center;
}

.heading
{
    text-decoration: underline;
}

.alert_heading
{
    text-decoration: underline;
    color:Red;
    font-size: 24px;
}

.image_heading
{
    text-decoration: underline;
}

.list_number
{
    font-weight:bold;
}

.highlighted_text
{
    font-weight:bold;
}
