body 
{
 text-align: center;
 color: black;
 font-family: sans-serif, Verdana;
 font-size: 11px;
 background-image: url('home/bg.gif');
}

.header 
{
 direction: rtl;
 padding: 5px;
 color: white;
 font-size: 18px;
 font-weight: bold;
 text-align: right;
}

a 
{
 color: inherit;
 font-size: inherit;
 text-transform: inherit;
 font-weight: inherit;
 text-decoration: none;
 font-family: inherit;
}

a:hover 
{
 color: inherit;
 font-family: inherit;
 font-size: inherit;
 text-transform: inherit;
 font-weight: inherit;
 text-decoration: underline;
}

p 
{
 color: black;
 font-family: sans-serif, Verdana;
 font-size: 11px;
}