body
{
    background-color:#efd798;
}

p
{
    text-align:justify;
    margin-left:1em;
    margin-right:2em;
}

p:first-line
{
    margin-left:2em;
}

p:first-letter
{
    
}

h1:first-letter
{
    color:red;
}

h2:first-letter
{
    color:red;
}

a
{
    background-color:transparent;
    text-decoration:none;
}

a:link
{
    color:maroon;
}

a:visited
{
    color:maroon;
}

a:hover
{
    color:maroon;
#    background-color:maroon ;
    text-decoration:underline;
}

address
{
    text-align: right;
}

address p
{
    margins: 0 0 0 0 ;
    padding: 0 0 0 0 ;
    font-size:70%;
    text-align:center;
    letter-spacing: 5px;
}


hr
{
    height:1px;
    width:80%;
    border-top:1px solid black;
}