body { background-color: black; color: white; font-family: Verdana, Geneva, Tahoma, sans-serif; } h1 { font-family: Verdana, Geneva, Tahoma, sans-serif; } .button { text-decoration: none; padding: 3px 4px; border-radius: 6px; background-color: darkslategray; color: rgb(211, 211, 211); font-family: 'Times New Roman', Times, serif; font-size: 125%; font-weight: bold; border: 2px solid darkslategray; } .button:hover { padding: 1px 2px; background-color: rgb(68, 128, 128); border: 2px solid rgb(68, 128, 128); color: white; } .buttext { font-style: italic; font-size: 120%; font-family: 'Times New Roman', Times, serif; color: teal; } .message { text-decoration: none; padding: 3px 4px; border-radius: 6px; background-color: darkslategray; color: rgb(211, 211, 211); font-family: 'Times New Roman', Times, serif; font-size: 125%; font-weight: bold; border: 2px solid darkslategray; } .message:hover { padding: 1px 2px; background-color: rgb(68, 128, 128); border: 2px solid rgb(68, 128, 128); color: white; } .secret1 { text-decoration: none; color: black; } a:visited { color: white; }