css /* EPRParadox.css */ body { background-color: #f7d8c7; font-size: 18px; font-family: monospace; line-height: 1.3; margin: 0 0 20px 0; padding: 0 20px 20px 20px; } h1 { color: #FF0000; border: 4px solid #000000; border-bottom: 0; padding: 20px 20px 10px 20px; margin: 0 0 20px 0; font-size: 32px; letter-spacing: 1px; font-weight: bold; text-align: center; } h2 { color: #008000; border: 4px solid #000000; border-bottom: 0; padding: 20px 20px 10px 20px; margin: 0 0 20px 0; font-size: 24px; letter-spacing: 1px; font-weight: bold; text-align: center; text-transform: uppercase; } h3 { color: #0000FF; border: 4px solid #000000; border-bottom: 0; padding: 20px 20px 10px 20px; margin: 0 0 20px 0; font-size: 20px; letter-spacing: 1px; font-weight: bold; text-align: center; } p { color: #000000; margin: 0 0 20px 0; padding: 20px 20px 10px 20px; line-height: 1.3; font-size: 16px; letter-spacing: 1px; font-family: monospace; border: 0; border-radius: 10px; box-shadow: 0 2px 10px #333333; background: #f7f7f7; text-align: left; } a { text-decoration: none; color: #0000FF; font-size: 16px; letter-spacing: 1px; font-weight: bold; text-align: center; text-transform: uppercase; border: 1px solid #000000; border-radius: 10px; padding: 5px 10px 5px 10px; background: #f7f7f7; box-shadow: 0 1px 2px #333333; display: inline-block; margin: 0 10px 0 0; } a:hover { background: #C0C0C0; color: #000000; text-decoration: none; } /* Links */ a:link { text-decoration: none; } a:visited { text-decoration: none; } /* Headings */ h1 a:link { text-decoration: none; } h2 a:link { text-decoration: none; } h3 a:link { text-decoration: none; }