@charset "utf-8";
/* CSS Document */
body { color: #777777; }
h1, h2, h3, h4 { color: #0e55ab; font-weight: bold; }
h2 { font-size:1.3em; margin-bottom:0.3em; }
 
a, a:link, a:visited { color: #0e55ab; text-decoration:none; }
a:active { color: #0e55ab; text-decoration:none; }
a:hover { background-color: #0e55ab; color: #fff; }
/* a:hover img { background:none; text-decoration:none; cursor:default } */

a.imageLink:hover { background:none; }
