﻿body
{
    direction:rtl;
    background-color: #F4E9DF;
    padding:0;
    margin:0;
    font-size:large;
}
h1,h2,h3
{
    text-decoration:underline;
    margin-top:5px;
    margin-bottom:0;
}
h4
{
    padding-top:5px;  
    text-decoration:underline;
    display:inline;
    font-size:large;
}
span
{
    font-weight:bold;
    
}
p,ol,ul
{
    margin:2px 3px 0px 0px;
}
.BodyDiv
{
   
   margin-left:auto;
    margin-right:auto;
    margin-top:0;
    background-color:white;
    width:900px;
}
.HeaderDiv
{
    
    height:100%;
    width:100%;
    
}
img
{
    width:100%;
}
.ToolBar
{
    background-image:url('Images/toolBarbg.png');
    height:100%;
    width:100%;
   font-size:x-large;
}
.ToolBarTD
{
   border-left:3px solid black;  
 }
.aToolBar
{
    text-decoration:none;
    color:white;
}
.centerDiv
{
    margin:5px;
    height:700px
}
u
{
    font-size:larger;
}