    
    a:link {color:#CE2029; text-decoration:none;}
    a:visited {color:#CE2029; text-decoration:none;}
    a:hover {text-decoration:underline;}
    
    pre {
      font: 11.0px 'Vulf Mono_Regular Italic';
      width: 585px;
      position: relative;
      white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
      white-space: -pre-wrap; /* Opera */
      white-space: -o-pre-wrap; /* Opera */
      white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
      word-wrap: break-word; /* IE 5.5+ */
    }

		
    @font-face {
    font-family: 'Vulf Mono_Regular Italic';
    src:          url(font/Vulf_Mono-Regular_Italic_web.ttf)
      format("truetype");
    font-weight: normal;
    font-style: normal;
    }
    