@charset "utf-8";
.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999900;
}

.thelanguage{ 
font: 12px Arial;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #ac975e;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #ac975e;
}

body,td,th {
	font-size: 0.95em;
}
a:link {
	color: #ac975e;
}
a:visited {
	color: #ac975e;
}
a:hover {
	color: #ac975e;
}
a:active {
	color: #ac975e;
}