セレクタは「,」を使うことで、複数指定することができます。
セレクタの複数指定
<style> a, a:visited, a:hover { color:red; } </style> <a href="/">セレクタの複数指定</a>