diff --git a/table.css b/table.css index b658b66..72169f2 100644 --- a/table.css +++ b/table.css @@ -461,3 +461,8 @@ .nc { background-color : #cccccc; } +a { color:#0000EE; } +a:visited { text-decoration: none; } +a:hover { text-decoration: none; color:#EE0000} +a:focus { text-decoration: none; color:#EE00EE} +a:hover, a:active { text-decoration: none; } \ No newline at end of file