@charset "utf-8";

li{margin-top:0.5em;}
li a:visited{color: olive; text-decoration: none;}
li a:focus{
color: red;
background-color: blue;
font-weight: bold;
text-decoration: blink;
}

.saisin {
list-style-type: circle;
}
.saisin a {
color: blue;
text-decoration: underline;
font-weight: bold;
}

 