﻿body
{
    direction: rtl;
}
/* דיב מרכזי שמכיל את כל התוכן */.maincontent
{
    width: 800px;
    border: solid 1px Black;
    margin: 10px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
/* לוגו שמוביל אל דף הבית */img.logo
{
    border: none;
 float: left;
    margin: -130px 0px 0px 10px;
}
/* כותרת ראשית של הדף */h1
{
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: tahoma, Arial;
    font-size: x-large;
    margin-left: 150px;
    margin-top: 20px;
}
/* כותרת משנית של הדף */h2
{
    display: block;
    margin-left: 150px;
    font-family: tahoma, Arial;
    font-size: large;
    margin-bottom: 55px;
}
/* הפסקאות של הטקסטים */p
{
    font-family: Arial, Arial (Hebrew);
    font-weight: normal;
    margin: 10px 10px 10px 10px;
    text-align: right;
    font-size: medium;
}
/* הכפתורים השונים שיש במרכז הדף - אם יש */img.kaftor
{
    display: inline;
    border: none;
    margin: 0px 10px 0px 10px;
}
/* באנר פוטר */#footer
{
    display: block;
    border: none;
    margin: 0px 0px 0px 0px;
}
/* תמונות קידומיות שונות בדפי מבצעים */ 
img.girl
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    border: none;
    display: inline;
    text-align: left;
}
/* רשימות שיש במבצעים */
ul
{
    font-family: Arial, Arial (Hebrew);
    font-weight: normal;
    margin: 10px 40px 10px 10px;
    text-align: right;
    font-size: medium;
    list-style-type: circle;
}
a
{
    color: Black;
}
a:hover
{
    color: Gray;
}
/* פסקאות מודגשות של המבצעים */ 
p.headline
{
    font-weight: bold;
}
ul ul
{
    list-style-type: none;
    margin: 0px 15px 0px 0px;
}
ul ul ul
{
    list-style-type: none;
    margin: 0px 45px 0px 0px;
}
em
{
    text-decoration: underline;
    font-style: normal;
}
/* הערות משפטיות שיש בחלק מהמבצעים */ 
p.small
{
    font-size: x-small;
}

