﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    color: Purple;
    background-image: url(   'Images/background.JPG' );
}
a
{
    color:Blue;
}
.pageTitle
{
    font-size: xx-large;
    font-style: italic;
    color: Purple;
    font-weight: bold;
    text-align: center;
}
.pageSubTitle
{
    font-size: large;
    font-style: italic;
    color: Purple;
    font-weight: bold;
    text-align: center;
}

.handleImage
{
    width: 15px;
    height: 15px;
    background-image: url(  'WebControls/handle.GIF' );
    overflow: hidden;
    cursor: se-resize;
}
ul
{
    list-style-image: url( 'WebControls/bullet.gif' );
}