#menu {
background-image:url("/images/menu_white.png");
background-position:right top; 
background-repeat: no-repeat; 
}

li.topcell {
background-image:url("/images/cat_top.png");
background-repeat: no-repeat; 
background-position:right bottom; 
}
li.midcell {
background-image:url("/images/cat_middle.png");
background-repeat: repeat-y; 
background-position:right center; 
}
li.botcell {
background-image:url("/images/cat_bottom.png");
background-repeat: no-repeat; 
background-position:right bottom; 
background-size:4px 100%;
}

.FAQ_answer {
    margin-bottom:5px;
    margin-top:5px;
}

.logo1{
color:#25f000;
}
.PeaceAndLove{
color:#FF0000;
font-size:1.5em;
text-align:center;
}




a{
color:#23ce08;
}

input, select, textarea {
border: 1px solid #25f000;
}

hr {
border-top:1px solid #25f000;
}

.borderTable {
  border-collapse: collapse;
}

.borderTable tr td {
  border: 1px solid #25f00050;
}

