html, body {
    direction: rtl;
}

body {
    font-family: 'Alef', 'Arial', sans-serif;
    text-align: center;
    color: #334;
    background: #fff;
    font-size: 100%; /* 16px */
}

h1 {
    font-family: 'Ozrad CLM', serif;
    font-size: 600%;
    padding-top: 10%;
}

p {
    font-size: 200%;
}

p.webaddress {
    font-family: 'Trebuchet MS', serif;
    font-size: 100%;
}


