css /* Debunking-Debunking-Theory Stylesheet */ body { background-color: #f7b3bb; font-family: "Helvetica Neue", sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; color: #333; } h1 { border-bottom: 4px solid #333; text-shadow: 0 1px 0 #000; font-size: 20px; font-weight: bold; color: #ff0000; margin-top: 0; margin-bottom: 0; } h2 { border-bottom: 4px solid #333; text-shadow: 0 1px 0 #000; font-size: 18px; color: #00ff00; margin-top: 1px; margin-bottom: 1px; } h3 { border-bottom: 2px solid #333; text-shadow: 0 1px 0 #000; font-size: 14px; color: #0000ff; margin-top: 2px; margin-bottom: 2px; } a { text-decoration: none; color: #fff; text-shadow: 0 1px 0 #000; border-bottom: 1px solid #000; padding: 4px 8px; background-color: #666; border-radius: 8px; } a:hover { background-color: #666; color: #fff; text-decoration: none; border-bottom: 1px solid #000; } /* Subpages */ .subpage { background-color: #333; width: 200px; float: right; position: relative; padding: 20px 10px; color: #fff; text-align: center; border: 1px solid #000; border-radius: 10px; box-shadow: inset 0 0 0 #333; font-weight: bold; } /* Fake subpages */ .fake-subpage { background-color: #666; width: 200px; float: left; position: relative; padding: 20px 10px; color: #fff; text-align: center; border: 1px solid #000; border-radius: 10px; box-shadow: inset 0 0 0 #333; font-weight: bold; } /* Header and footer */ .header { background-color: #666; padding: 10px 20px; color: #fff; text-align: center; border-bottom: 1px solid #000; } .footer { background-color: #333; padding: 10px 20px; color: #fff; text-align: center; border-top: 1px solid #000; }