a.mn:link {　　/*未訪問のリンク*/ font-weight: bold; color: #000000; background-color: 
#CCCCCC; display: block; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; 
margin-left: 5px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 
0px; width: 100%; text-indent: 10px; border-bottom: 1px dashed #999999; } a.mn:visited 
{　　/*訪問済みのリンク*/ font-weight: bold; color: #000000; background-color: #CCCCCC; 
display: block; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 
5px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 
0px; text-decoration: none; width: 100%; text-indent: 10px; border-bottom: 1px 
dashed #999999; } a.mn:hover {　　/*マウスポインタが乗ったとき*/ font-weight: bold; color: #000000; 
background-color: #FFFFFF; display: block; margin-top: 5px; margin-right: 5px; 
margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 0px; padding-bottom: 
0px; padding-left: 0px; text-decoration: none; width: 100%; text-indent: 10px; 
border-bottom: 1px dashed #999999; }
