body {background-color: #FFDFFF}

.font1 {color: black} 
.font_link {font-family: Arial ; font-weight: bold; font-size: 12pt;}



h1
{
color: #CC0000;
text-align: center;
} 

h3 
{
color: black;
text-align: center;
} 

h3.shalom 
{
color:  darkblue;
text-align: center;
}


h3.left 
{
color: black;
text-align: left;
text-decoration: underline;
} 


p.margin {

font-family: times;
color: black;
margin-left: 1.4em;
font-size: 14pt;
}

a:link     {color:blue}
a:visited  {color:blue}
a:hover    {color:green}
a:active   {color:purple}
