body { background-color: #000000; color: #ffffff; }
main { font-family: arial, sans-serif; text-align: center; font-size: 1.25em;}
nav { position: fixed; top: 0; left: 0; width: 100%; text-align: center; padding: 0 auto; background-color: #FC281E; }
nav ul { list-display-type: none; float: center; padding: 0 auto; }
nav ul li { display: inline; padding: 0 30px; padding: 0 auto; }
nav ul li a { display: inline-block; float: center; text-align: center; padding: 0 auto; }
nav ul li a img { transition: 0.75s ease-in-out; }
nav ul li a img:hover { height: 50px; transition: 0.75s ease-in-out; }
#ramb { font-family: impact, sans-serif; font-size: 1.7em; }
#ramb a { text-decoration: none; color: #FC281E; transition: 0.75s ease-in-out; }
#ramb a:hover { color: #8D8D8D; transition: 0.75s ease-in-out; }
#tvtimehead { margin: 75px auto 0 auto; text-align: center; display: block; width: 100%; }
#tvtimehead img { display: inline; margin: 0 auto; }
.dance { height: 125px; }
.parenthesis { color: #cccccc; font-style: italic; font-family: "Cambria", serif; font-size: 0.75em;}
video { width: 50%; display: block; margin: 0 auto; }
#submit { color: #000000; background-color: #ffffff; transition: 0.75s ease-in-out; width: 75px; height: 35px; border-radius: 10px; }
#submit:hover { color: #005500; background-color: #96ff96; transition: 0.75s ease-in-out; }
#reset { color: #000000; background-color: #ffffff; transition: 0.75s ease-in-out; width: 75px; height: 35px; border-radius: 10px; }
#reset:hover { color: #550000; background-color: #ff9696; transition: 0.75s ease-in-out; }
th, td { border: 1px solid #ffffff; }