@charset "utf-8";

.header a{ 
cursor: hand;
font: bold 14px Arial;
margin:0px 0;
color:#000000;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.all a{ 
cursor: hand;
color:#000000;
text-decoration:none;
}

a:hover{ 
cursor: hand;
color:#000000;
text-decoration:underline;
}

.subheader a{
cursor:hand;
color:#000000;
text-decoration:none;
line-height:30px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: black;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: black;
}
