   
A:link {color: black; text-decoration: none}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: E79FF6; }

BODY
{
    PADDING: 0px 0px 0px 0px;
    MARGIN: 0px 0px 0px 0px;
    BACKGROUND: url(images/background_full.jpg) #fff no-repeat center 20px;
    font-family: "Garamond";
    
}

#container
{
    BACKGROUND: url(images/background_tile.jpg) #fff repeat-y center;
}

#content
{
    MARGIN: 15px 35px 0px;
    WIDTH: 530px;
    TEXT-ALIGN: justify
}

#header
{
    /*BACKGROUND: url(images/logo_300.jpg) no-repeat right;*/
    WIDTH: 100%;
    height: 50px;
    text-align: center;
    font: 10pt "Garamond";
    
    
}

h1 
{
    background-color: #F7DDF9;
    color: #ffffff;
    font: italic;
    text-align: right;
}


.header1
{
  vertical-align: bottom;
  font-size: 14pt;
  font-weight: bold;
  font: italic;
}

.header2
{
  line-height: 2;
  vertical-align: bottom;
  font-size: 12pt;
  font-weight: bold;
}

hr
{
  color: #F7DDF9;
}