.body {
    font-family: "Arial";
    font-size: small;
    color: #000000;
    padding-left: 7px;
    padding-right: 10px;
}.Page_Title {
    font-family: "Arial";
    font-size: large;
    color: #000000;
    padding-left: 5px;
    font-weight: bold;
}.Artist_Name {
    font-family: "Arial";
    font-size: medium;
    color: #000000;
    font-weight: bolder;
}.Work_Name {
    font-family: "Arial";
    font-size: medium;
    color: #000000;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
}.photcaption {
    font-family: "Arial";
    font-size: x-small;
}.Blue_Header {
    font-family: Arial;
    font-size: medium;
    color: #38BB77;
    padding-left: 0px;
    font-weight: bold;
} .Colour_Header {
    font-family: Arial;
    font-size: medium;
    color: #38BB77;
    padding-left: 0px;
    font-weight: bold;
} .Colour_Title {
    font-family: Arial;
    font-size: 1.8em;
    color: #38BB77;
    padding-left: 0px;
    font-weight: bold;
} .main_body {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    background-color: white;
} .footer {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
} .main_content {
    padding: 20px;
} .form_header {
    text-align: right;
    width: 120px;
    float: left;
    margin-right: 5px;
    margin-left: 25px;
    font-family: "Arial";
    font-size: small;
    color: #000000;
    font-weight: bold;
}

body {
    background-color: #DEF2FB;
    margin-top: 0px;
}

a {
    color: #006380;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #D18027;
}

/* Menu Bar */
/* For IE's corporate delusion */
div.menu_bar {
    width: 850px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 4px;
}

/* end of delusion treatment */
html > body div.menu_bar {
    width: 850px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 5px;
}

span.menu_option {
    background-color: #006380;
    /*	border-style: dotted;
     border-width: 1px;*/
}

span.submenu1_option {
    background-color: #B80049;
}

span.submenu2_option {
    background-color: #00AFB8;
}

span.menu_option_selected {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #008BB8;
    /*#008BB8;*/
}

a.menu_item {
    text-decoration: none;
    color: white;
    padding: 1px;
    font-weight: normal;
}

a.menu_item:hover {
    background-color: #D18027;
    color: white;
    padding: 1px;
}

a.menu_item_selected {
    text-decoration: none;
    color: black;
    padding: 1px;
}
