body {font-family: verdana,sans-serif; color: #cccccc; font-size: 10px;}
td {font-family: verdana,sans-serif; color: #cccccc; font-size: 10px;}
.small {font-size: 9px;}

/* Makes first letter of a paragraph bigger and bolder */
p.big_first_letter:first-letter {font-size: 16px; font-weight: bold; color: #999999;}

/* Makes first letter and line of a paragraph bigger and bolder */
p.big_first:first-letter {font-size: 16px; font-weight: bold; color: #999999;}
p.big_first:first-line {font-weight: bold; text-transform: uppercase; color: #999999;}

/* Text formatting for Next Show and Site Location marquis */
.marquis_bold {color: #cccccc; font-size: 10px; font-weight: bold;}
.marquis_text {color: #cccccc; font-size: 9px;}
.marquis_bold_black {color: #000000; font-size: 10px; font-weight: bold;}
.marquis_text_black {color: #000000; font-size: 9px;}

/* A random text heading found throughout the site */
.pageheader {color: #ffffff; font-size: 12px; font-weight: bold;}

/* Formatting for column headers seen in blue throughout the site */
.blue_table_head {color: #ffffff; font-size: 10px; font-weight: bold;}

/* Anywhere you see black text within the site */
.comment_head {font-weight: bold; color: #ffffff;}
.comments {color: #000000;}

/* Red caps on all verification pages i.e. verifying posted comments, etc. */
.verify {color: #ff0000; font-weight: bold; text-transform: uppercase; font-style: normal;}

a:active {color: #0000ff; text-decoration: none;}
a:visited {color: #0000ff; text-decoration: none;}
a:link {color: #0000ff; text-decoration: none;}
a:hover {color: #ff0000;}

/* This is really for yellow links on black */
.black:active {color: #ffcc00; text-decoration: underline;}
.black:visited {color: #ffcc00; text-decoration: underline;}
.black:link {color: #ffcc00; text-decoration: underline;}
.black:hover {color: #ffffff; text-decoration: none;}

/* Links on blue backgrounds */
.blue:active {color: #ffffff; text-decoration: underline;}
.blue:visited {color: #ffffff; text-decoration: underline;}
.blue:link {color: #ffffff; text-decoration: underline;}
.blue:hover {color: #ffffff; text-decoration: none;}

/* Same as .black but without underlines (can be seen in buttons throughout the site */
.button:active {color: #ffcc00; text-decoration: none;}
.button:visited {color: #ffcc00; text-decoration: none;}
.button:link {color: #ffcc00; text-decoration: none;}
.button:hover {color: #ffffff; text-decoration: none;}

/* Links on the Contact Page */
.contact {color: #ffcc00; text-decoration: none;}
.contact:active {color: #ffcc00; text-decoration: none;}
.contact:visited {color: #ffcc00; text-decoration: none;}
.contact:link {color: #ffcc00; text-decoration: none;}
.contact:hover {color: #ffffff; text-decoration: none;}

.footer_nav {color: #cc0000; font-size: 9px; font-weight: bold;}
.footer_nav:active {color: #cccccc; font-size: 9px; font-weight: bold; text-decoration: none;}
.footer_nav:visited {color: #cccccc; font-size: 9px; font-weight: bold; text-decoration: none;}
.footer_nav:link {color: #cccccc; font-size: 9px; font-weight: bold; text-decoration: none;}
.footer_nav:hover {color: #cc0000; font-size: 9px; font-weight: bold; text-decoration: none;}

/* Link on my credits at the bottom of the site */
.jcw {font-size: 9px; color: #333333;}
.jcw:active {font-size: 9px; color: #333333; text-decoration: none;}
.jcw:visited {font-size: 9px; color: #333333;}
.jcw:link {font-size: 9px; color: #333333;}
.jcw:hover {font-size: 9px; color: #cccccc; text-decoration: none;}

/* Hmmmmm????? */
.marquis:active {color: #0000cc; text-decoration: none; font-size: 9px;}
.marquis:visited {color: #0000cc; text-decoration: none; font-size: 9px;}
.marquis:link {color: #0000cc; text-decoration: none; font-size: 9px;}
.marquis:hover {color: #ff0000; text-decoration: none; font-size: 9px;}

/* Links found within the top navigation */
.nav {color: #cc0000; font-weight: bold; text-decoration: none;}
.nav:active {color: #0000cc; font-weight: bold; text-decoration: none;}
.nav:visited {color: #0000cc; font-weight: bold; text-decoration: none;}
.nav:link {color: #0000cc; font-weight: bold; text-decoration: none;}
.nav:hover {color: #cc0000; font-weight: bold; text-decoration: underline;}
