@charset "utf-8";
/* CSS Document */
.architecture{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
color:#18537f;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style:italic;
font-weight:bold;}
.open_arch_type{ /*class added when divs are open*/
color: #18537f;
}
.closed_arch_type{ /*class added when divs are closed*/
color: #000000;
}
.handcursor {  cursor:pointer;
}

