@media screen{

body{
xxxmargin: 0;
xxxpadding: 0;
xxxbackground: url(images/logo.gif) left top no-repeat fixed #fff;
background: #fff;
color: #000;
font-family: verdana,'sans-serif';
}

tr{
font-size: 86%;
}

p{
line-height: 135%;
}

.c0{
background: url(images/plant-small.jpg) left top no-repeat;
}


.cPic1{
margin-top: 20;
}

.cPic1Text{
margin-top: 2;
background: #C9DBFE;
padding: 4;
}

h2{
font-family: arial,'sans-serif';
letter-spacing: 2;
font-weight: normal;
color: #446644;
}

h3{
font-family: arial,'sans-serif';
letter-spacing: 2;
font-weight: normal;
color: #446644;
}


a:link{color: #000;}
a:visited{color: #444;}
a:hover{color: #00f;}
a:active{color: #00f;}


ul{
margin: 0 0 0 18;
line-height: 150%;
list-style-type: square;
}



}


@media print{

body,a:link,a:visited,a:hover,a:active{color: #000;}

.pN{
display: none;
}


}



