

/* Background of page is white - body bgcolor="#FFFFFF"*/
/* <body text="#000080" BGCOLOR="#ffffff"> */

/* <!vlink="#808000" link="#855e42"> */




/* to make the website background plain white=  background-color:#ffffff;   */
/* to make the background all matzah=  background-image: url('../images/backgroundmatzahbkgr.gif');  */


body
{background-image: url(../images/background.gif);
background-repeat: repeat;
font-family: verdana, sans-serif;
font-size: 100%;
text-align: justify;
}
 


h1
{text-align:center;
font-size: 150%;
font-weight: bold;
margin-bottom: -1px;
}




/*These set the properties for the links. a:hover can change the background color if you hover over it*/
/*add background-color:#ffffff; to the below to make the background color change on hover or whatever*/

a:link img {border: none;
text-decoration:none;}

a:hover img {border: none;

text-decoration:none;}

a:visited img {border: none;
text-decoration:none;}

a:visited:hover img {border: none;

text-decoration:none;}

a:link
{color: blue;

}


a:hover
{color:blue;
 
text-decoration: none;
text-transform: none;
}

a:visited
{color: blue;
 
}

a:visited:hover
{color: blue;
 
text-decoration: none;
}


 