﻿body 
{
    FONT-SIZE: x-small;
    COLOR: black;
    font-family: Verdana;
    background-image:url(images/bg_tile.gif);
}
h2
{
    font-weight: bold;
   
    text-transform: capitalize;
    font-family: 'Copperplate Gothic Bold';
}

a
{
    font-size: x-small;
    color: background;
    font-family: Verdana;
    text-decoration: none;
    
}

.ArtTitle
{
    font-size: small;
    color: black;
    font-family: Verdana;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}


a:hover
{
    font-size: x-small;
    color: #DD5555;
    font-family: Verdana;
    text-decoration: underline;
}
hr
{
    color: Silver;
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
}

.imgTitle
{
    font-size: xx-small;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    text-align: center;
}
.imgTitleA
{
    font-size: xx-small;
    color: background;
    font-family: Verdana;
    text-decoration: none;
    
}
p
{
    font-size:x-small;
}

ol
{
     font-size:x-small;
}
ul
{
    list-style-position: outside;
    list-style-type: square;
}
