a:hover { color: red; } div.top a {         /* 共有枠上部内のリンク */ color: white; text-decoration: none; border: 1px green solid; } div.top a:hover { text-decoration: underline; color: yellow; }     body { margin: 0px; padding: 0px; }     p { line-height: 120% }