@charset "utf-8";
/* CSS Document */

.a:link {color:#006699; text-decoration:none }    /* unvisited link */
 .a:visited {color:#990000; text-decoration:none} /* visited link */
 .a:hover {color:#990000; text-decoration:underline}   /* mouse over link */
 .a:active {color:#006699; text-decoration:none}  /* selected link */

 .h1 {color:#000000; border-bottom-style:none}
 
 .p {font:"Times New Roman", Times, serif; color:#000000; font-size:14px}

 .ul { margin-left:15px}
