body {
scrollbar-face-color:#FFFFCC;
scrollbar-shadow-color:#663333;
scrollbar-highlight-color:#663333;
scrollbar-3dlight-color:#FFFFCC;
scrollbar-darkshadow-color:#FFFFCC;
scrollbar-track-color:#FFFFCC;
scrollbar-arrow-color:#663333
}
body{background-image: url(images/back.jpg);  
background-repeat: repeat-x;
}
body, table, tr, td, form, p, div {font-family: Verdana, sans-serif; font-size:11px; color:#000000;}
h1, h2, h3{font-family: Verdana, sans-serif; font-size:12px; color:#000000;}
  
.navBarFinal a {
display: block;
border-width: 1px;
border-style: solid;
border-top-color: #808080;
border-right-color: #666666;
border-bottom-color: #666666;
background-color: #FFFFCC;
width: 100%;
text-align: center;
color:#333333;
text-decoration: none;
padding-top: 2px;
padding-left: 4px;
padding-bottom: 2px;
padding-right: 4px;
}
.navBarFinal a:hover {
width: 100%;
display: block;
border-width: 1px;
border-style: solid;
border-left-color: #666666;
border-top-color: #666666;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
background-color: #CCCC66;
color:#000000;
text-decoration: none;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 1px;
padding-right: 3px;
}
A.menulink {
width: 100%;
display: block;
border-width: 1px;
border-style: solid;
border-left-color: #666666;
border-top-color: #666666;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
background-color: #CCCC66;
color:#000000;
text-decoration: none;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 1px;
padding-right: 3px;
}

 A.menulink:hover {
width: 100%;
display: block;
border-width: 1px;
border-style: solid;
border-left-color: #666666;
border-top-color: #666666;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
background-color: #CCCC66;
color:#000000;
text-decoration: none;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 1px;
padding-right: 3px;
}
a.textlink:link {color:black; text-decoration: underline;}
a.textlink:visited {color:black; text-decoration: underline;}
a.textlink:hover {color: red; text-decoration: none ;}
a.textlink:active {color: red; text-decoration: none ;}
a.textlink:focus{color: red; text-decoration: none ;}

a.tompalink:link {color:#ffffcc; text-decoration: none;}
a.tompalink:visited {color:#ffffcc; text-decoration: none;}
a.tompalink:hover {color: red; text-decoration: none ;}
a.tompalink:active {color: red; text-decoration: none ;}
a.tompalink:focus{color: red; text-decoration: none ;}


.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 11px Verdana;
margin: 10px 0;
text-align: left;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
text-align: left;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: black;
text-align: left;
}