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


hr {color: #fff; background-color: #fff; border: 1px dotted #666; border-style: none none dotted; line-height: 10%; }

h1 {color: #333; font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; }

p  {font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; line-height: 80%; font-style:italic; word-spacing : 1em; }

a:link {text-decoration: none; color: #000; }
a:visited {text-decoration: none; color: #000; }
a:hover {background-color: yellow; text-decoration: none; color: #000; }
a:active {text-decoration: none; color: #000; } 