.CTitle { color: #fff; } .TText { color: #fff; } body { background: #000; background-image: url(blossom.png); } table { background: rgba(0,0,0,0.8); } p { text-indent: 2em; } note, .note { vertical-align: super; font-size: 60%; } reduced, .reduced { font-size: 75%; } blockquote { padding: 1em; margin-left:4em;margin-right:4em; } enlarged, .enlarged { font-size: 125%; } button { border:none; color:white; padding:0.5em 2em; text-align:center; background-color:#C6C; -webkit-transition-duration:0.4s; transition-duration:0.4s; } button:hover { background-color:#E9E; } input { border: none; border-bottom: 2px solid #C6C; outline: none !important; background-color: rgba(0,0,0,0) !important; color: white; }