<style>
<!--
A:link, A:visited, A:active
{
    COLOR : #666666;
    TEXT-DECORATION : underline;
    font-weight : normal;
    font-size : 12px;
    font-family : Arial, Helvetica sans-serif;

}
A:hover
{
    COLOR : #999999;
    TEXT-DECORATION : underline;
    font-weight : normal;
    font-size : 12px;
    font-family : Arial, Helvetica sans-serif;

}
A.copy:link, A.copy:visited, A.copy:active
{
    COLOR : #666666;
    TEXT-DECORATION : underline;
    font-weight : normal;
    font-size : 10px;
    font-family : Arial, Helvetica sans-serif;

}
A.copy:hover
{
    COLOR : #999999;
    TEXT-DECORATION : underline;
    font-weight : normal;
    font-size : 10px;
    font-family : Arial, Helvetica sans-serif;

}
BODY
{
    text-align: center;
    font-family : Arial, Helvetica sans-serif;
    font-size : 12px;
    color : #333333;
    padding: 0;
    margin: 0;
    background-color: #f0f7f7;
    line-height: 17px;

}
.photo
{
    margin: 6px 0 0 0;
    padding: 5px;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    width: 300px;
    background-repeat: no-repeat;

}
.copy
{
    font-family : Arial, Helvetica sans-serif;
    font-size : 10px;
    color : #333333;

}
.body
{
    margin: 10px auto 10px auto;
    padding: 0;
    text-align: center;
}

.text
{
    margin: 10px 0 10px 0;
    padding: 0;
    width: 300px;
    text-align: justify;
}

-->
</style>