diff --git a/packages/common/styles.js b/packages/common/styles.js
index 567f2cc34dd261b08cb850c5b6b607d246781ec7..fc6f992a8b9d13d8748b64a118e9a1da7b22b556 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -79,6 +79,24 @@ export function getGeneralCSS() {
 
         .hidden { display: none; }
 
+        a {
+            color: var(--vpu-override-muted-text);
+            cursor: pointer;
+            text-decoration: none;
+        }
+
+        .title {
+            color: #363636;
+            font-size: 2rem;
+            font-weight: 600;
+            line-height: 1.125;
+        }
+
+        blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
+            margin: 0;
+            padding: 0;
+        }
+
         *, ::after, ::before {
             box-sizing: inherit;
         }