diff --git a/src/web/stylesheets/layout/_banner.css b/src/web/stylesheets/layout/_banner.css
index 59856958..9e883c55 100755
--- a/src/web/stylesheets/layout/_banner.css
+++ b/src/web/stylesheets/layout/_banner.css
@@ -26,6 +26,32 @@
color: var(--banner-url-colour);
}
+#options:focus {
+ background-color: #ccddc5;
+ border: solid black 2px;
+}
+
+#support:focus {
+ background-color: #e5e5e5;
+ border: solid black 2px;
+
+}
+
+#notice:focus {
+ background-color: #ccddc5;
+ border: solid black 2px;
+}
+
+#banner .col a:focus {
+ background-color: #ccddc5;
+ border: solid black 2px;
+}
+
+#notice-wrapper #notice:focus {
+ background-color: #ccddc5;
+ border: solid black 2px;
+}
+
#notice-wrapper {
text-align: center;
overflow: hidden;