@charset 'utf-8';
@import 'content.css';

/* border */
img.snapshot { border:1px solid #ccc }

/* font-weight */
p.greasemonkey { font-weight:bold }

/* letter-spacing */
p.greasemonkey { letter-spacing:0px }

/* text-decoration */
p.greasemonkey a { text-decoration:none }


