@charset "utf-8";
/* CSS Document */
.bold { font-weight:bold; text-decoration:underline;}
.thin { font-weight:100;  text-decoration:underline; color:#060;}
.hidden { display:none; }
.show { display:block; border: solid; width:400px; height:100px; overflow:scroll; }
.displ { padding-left: 25px;}