﻿body
{
    margin: 0px;
    text-align: center;
}
a:link
{
    color: #0066cc;
    text-decoration: none;
}
a:visited
{
    color: #0066cc;
    text-decoration: none;
}
a:hover
{
    color: #0066cc;
    text-decoration: underline;
}
.wrapper
{
    width: 500px;
    height: auto;
    font-family: Tahoma, Sans-Serif;
    font-size: 10pt;
    margin: auto;
    direction: rtl;
}
.txt
{
    margin-top:50px;   
}
.bg
{
    width: 500px;
    height: 350px;
    background: url('uc.jpg');
}

