
HTML, body {
        font-family: sans-serif;
        background-color: #663399
        }


.table {
        background-color: white;
        float: center
        }

.hebrew p {
        text-align: right;
        }

.site {
        text-align: left;
        }

.siterow1 {
        background-color: azure
        } 

.siterow2 {
        background-color: lavender
        } 

.sitedate {
        font-size: smaller;
        font-style: italic
        }

a:link, a:active, a:visited, a:hover {
        font-family: sans-serif;
        font-weight: bold
        }

a:link, a:active {
        color: #663399
        }

a:visited {
        color: black
        }

a:hover {
        color: red
        }

h2 {
        font-weight: bold;
	text-align: center;
        }


h3 {
        font-variant: small-caps
        }

h4 {
        background-color: #e6e8fa;
	text-align: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em
        }

#logo {
        padding: 0.2em 0.5em 0em 0.5em;
        vertical-align: center;
        }

#nav {
        background-color: #e6e8fa;
        vertical-align: center;
        }


#breadcrumbs {
	text-align:left;
        font-size: smaller;
        font-style: italic;
        border-bottom: #663399 1px dashed;
       }


#mainleft {
        border-right: #e6e8fa 2px dashed;
        vertical-align: top;
        }


#maintext {
        font-family: sans-serif;
        text-align: justify;
        padding-left: 1em;
        padding-right: 1em
        }


#footer {
        border-top: #663399 1px dashed;
        vertical-align: center;
	text-align: center;
        font-size: smaller;  
        }
        
.news {
	text-align: center;	
        padding: 1em;
	margin: 1% 10% 1% 10%;
	border: #663399 1px solid;
	background-color: #d9d9f3;

        }
        
.news1 {
	border: #663399 1px dashed;
	padding: 1em;
        }