body {
scrollbar-face-color:#CCCCFF;
scrollbar-shadow-color:#3399cc;
scrollbar-highlight-color:#3399cc;
scrollbar-3dlight-color:#CCCCFF;
scrollbar-darkshadow-color:#CCCCFF;
scrollbar-track-color:#CCCCFF;
scrollbar-arrow-color:#3399cc
}
body{background-image: url(images/navi_backoben.jpg);  
background-repeat: repeat-x;
}
a:link {color:black; text-decoration: underline;}
a:visited {color:black; text-decoration: underline;}
a:hover {color: red; text-decoration: none ;}
a:active {color: red; text-decoration: none ;}
a:focus{color: red; text-decoration: none ;}

body, table, tr, td, form, p, div, h1, h2, h3 {font-family: Verdana, sans-serif;
  font-size:11px;
  color:#000000;}
  
  .mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}