css /* meetings/parody/debates/resolutions/style.css */ body { background-color: #f2d7ad; color: #000000; font-family: "Arial Black", sans-serif; font-size: 12px; font-weight: bold; text-align: left; } h1 { font-size: 24px; color: #ff0000; border-bottom: 4px solid #ff0000; margin-bottom: -2px; padding-bottom: 4px; border-radius: 4px; -moz-border-radius: 4px; border-top: 4px solid #000000; text-shadow: 2px 2px 5px #000000; margin-bottom: -4px; text-align: left; line-height: 1; } h2 { font-size: 18px; font-weight: bold; color: #000000; border-bottom: 4px solid #ff0000; margin-bottom: -2px; padding-bottom: 4px; border-radius: 4px; -moz-border-radius: 4px; border-top: 4px solid #000000; text-shadow: 2px 2px 5px #000000; margin-bottom: -4px; text-align: left; line-height: 1; } h3 { font-size: 14px; color: #000000; border-bottom: 4px solid #000000; margin-bottom: -2px; padding-bottom: 4px; border-radius: 4px; -moz-border-radius: 4px; border-top: 4px solid #000000; text-shadow: 2px 2px 5px #000000; margin-bottom: -4px; text-align: left; line-height: 1; } p { font-size: 10px; color: #000000; line-height: 1; text-align: left; } a { text-decoration: none; color: #000000; border-bottom: 4px solid #000000; margin-bottom: -2px; padding-bottom: 4px; border-radius: 4px; -moz-border-radius: 4px; border-top: 4px solid #000000; text-shadow: 2px 2px 5px #000000; margin-bottom: -4px; text-align: left; line-height: 1; font-weight: bold; transition: all 0s 0s; background-color: #000000; border: none; } a:hover { background-color: #ff0000; color: #000000; text-shadow: 2px 2px 5px #000000; transition: background-color 0s 0s 1ms, color 0s 0s 0s; border-radius: 4px; border: 4px solid #000000; } img { border: 4px solid #000000; border-top: 4px solid #ff0000; border-bottom: 4px solid #000000; border-radius: 4px; -moz-border-radius: 4px; padding: 8px 8px 8px 8px; width: 100px; height: 100px; transition: all 0s 0s; } img:hover { background-color: #000000; border: 8px solid #ff0000; border-radius: 4px; transition: all 0s 0s; }