@charset "utf-8";
/* CSS Document */

a { text-decoration:underline; }
a:hover { text-decoration:none; }
strong { font-weight:bold; }
em { font-style:italic; }

p.justify { text-align:justify; }
p.left { text-align:left; }
p.right { text-align:right; }
