﻿body {
}
.MenuItemsTitle
{
    font-family: "Times New Roman" , Times, serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: capitalize;
    color: #FFFFCC;
    line-height: normal;
    vertical-align: baseline;
    text-align: left;
    position: relative;
    background-image: url( 'Images/bckgroundMainMenu.gif' );
    background-color: #33CCCC;
}
.SearchBar
{
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #808080;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
    background-image: url('Images/bckgroundSearch.gif');
    border: 2px solid #FFFFFF;
    position: relative;
}

 .DescriptiveText
{
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    font-weight: lighter;
    font-style: italic;
    font-variant: normal;
    color: #687297;
}
        
.Quote
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: lighter;
    font-style: italic;
    font-variant: normal;
    color: #747474;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
    word-spacing: normal;
    letter-spacing: normal;
    border-style: none;
    border-width: 1.5px;
    text-indent: 5px;
}
.Hyperlink
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #FFFFCC;
    text-decoration: none;
    background-color: #33CCCC;
}

.ArtWorkTitle
{
    font-family: Bookman Old Style;
    font-weight: bold;
    color: #DDECF9; 
 }
 
a:link
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #FFFFCC;
    text-decoration: none;
}

a:visited
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #FFFFCC;
    text-decoration: none;
}

