﻿.page 
{
    background-image: url("img/gradient.png");
    background-repeat:repeat;
    text-align:center;
    margin:0px auto;
    width:1002px;
}

.paper 
{
    background-color:#fdfdfd;
    width:100%;
    text-align:center;
}

.pageFont 
{
    font-family:Georgia;
    font-size:14px;
    color:#555555;
    font-style:normal;
}

.pageFontBig
{
    font-family:Georgia;
    font-size:16px;
    color:#555555;
    font-style:normal;
}
.pageTitle
{
    font-family:Georgia;
    font-size:18px;
    font-style:italic;
    color:#555555;
}

.imgBorder 
{
    background-color:#e7e4d9;
    border:7px solid #e7e4d9;
}

.noImg 
{
    visibility:hidden;
}

a 
{
    text-decoration: none;
    color:#555555; 
}
     
a:hover 
{
    text-decoration: underline;
    color:#888888;
}
