* {font-size:12px; line-height:16px;}
pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
a {color:0000ff;text-decoration:underline;}
a:visited {color:#996633;text-decoration:underline;}
a:hover {color:red;text-decoration:underline;}
a:active {color:#ff0000;}

/* This CSS is used for the Show/Hide functionality. */
.show_more {display: none;border: 1px solid #666;}
.show_content {}
a.showLink, a.hideLink {text-decoration: none;color: #36f;padding-left: 4px;}
a.hideLink {display:none;}
a.showLink:hover, a.hideLink:hover { border: 1px dotted #36f;}
