h3 
{
color: green;
font-family: century;
font-size-adjust: 0.55
}
body 
{background-image: url("Pilpel_logo_faded.jpg");
background-repeat: no-repeat;
background-attachment:fixed;
background-position:center;
}
h1 
{
color: green;
font-family: croobie;
font-size-adjust: 1.0
}
ul
{list-style-type: circle;
color: green;
font-family: century;
font-size-adjust: 0.6;
}
p
{margin-left: 10px;
color: green;
font-family: century;
font-size-adjust: 0.45;
font-weight: bold;
}
a:link {color: green}     /* unvisited link */
a:visited {color: green}  /* visited link */
a:hover {color: red}   /* mouse over link */
td
{
margin-left: 10px;
color: green;
font-family: century;
font-size-adjust: 0.45;
font-weight: bold;
}