﻿body
{
    font-family:Georgia;
    margin: 5px 0px 0px 0px;
    background: url(Images/MainBg.jpg) no-repeat top center  ; 
	background-color: #d6b08b;
}
A:link
{
    color:#834e30;
    font-weight:bold;
    text-decoration:none;
}
A:visited
{
    color:#834e30;
    font-weight:bold;
    text-decoration:none;
}
A:hover
{
    color:#834e30;
    font-weight:bold;
    text-decoration:underline;
}
    
.MainWrapper
{
    width:940px;
}
.ElegantText
{
    font-family: Georgia;
    font-size:22px;
}
