﻿body 
{
    margin: 0px;                   /* table attached to the top */
    text-align: center;            /* table centered */
    font-family: Sans-Serif;       /* Arial, Arial (Hebrew),David (Hebrew), Courier New (Hebrew);*/

}

.Lamp
{
    background-image: url('Graphics/street.gif');
    height: 74px;
    width: 73px;
    background-position: -728px 0px;
    background-repeat: no-repeat;
}

.LampBold
{
    background-image: url('Graphics/street.gif');
    height: 74px;
    width: 73px;
    background-position: -801px 0px;
    background-repeat: no-repeat;
}


.Headline
{
    background-image: url('Graphics/street.gif');
    height: 53px;
    width: 723px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.Canar
{
    background-image: url('Graphics/street.gif');
    height: 148px;
    width: 141px;
    background-position: -874px 2px;
    background-repeat: no-repeat;
}


.MainLinks A:link {text-decoration: none; font-weight:bold; color: #646464;}
.MainLinks A:visited {text-decoration: none; font-weight:bold; color: #646464;}
.MainLinks A:active {text-decoration: none; font-weight:bold; color: #646464;}
.MainLinks A:hover {text-decoration: underline; font-weight:bold; background-color:Yellow; color: #FF9900;}


.MainLinksTemp
{
    font-weight:bold; 
    color: #646464;
} 