@charset "UTF-8";
/* CSS Document */

body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
body { background-color: #FFE691; margin: 0px; }

a { color: #d90700; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

h1 { font-size: 26px; font-weight: normal; color: #FFFFFF; padding: 0; margin: 0; text-transform: uppercase; letter-spacing: -0.03em; }

.welcome-text { color: #000000; font-size: 14px; line-height: 1.3em; font-weight: normal; }

/* Big red text and small text under red */
.big-title-text { font-size: 32px; color: #d90700; font-weight: normal; letter-spacing: -0.03em; line-height: 1.5em; }
.small-text { color: #000000; font-size: 14px; line-height: 1.4em; font-weight: normal; }


/* Episode box */
.episode-title { font-size: 18px; font-weight: normal; color: #d90700; letter-spacing: -0.03em; }
.episode-text { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; line-height: 1.3em; font-weight: normal; }
.thumbs-border { border: 1px solid #FFFFFF; }


/* FAQ page */
.faq-title { font-size: 18px; font-weight: normal; color: #000; letter-spacing: -0.03em; }
.faq-text { color: #000000; font-size: 12px; line-height: 1.3em; font-weight: normal; }

.faq-big-title { font-size: 25px; font-weight: normal; color: #000; letter-spacing: -0.03em; }
.faq-big-title-red { font-size: 25px; font-weight: normal; color: #d90700; letter-spacing: -0.03em; }
.whats-inside { font-size: 18px; color: #000000; line-height: 1.3em; font-weight: normal; letter-spacing: -0.03em; padding: 0; margin: 0; }
.whats-inside span { color: #d90700; }

/* Join page */
.join-title { font-size: 18px; font-weight: normal; color: #000; letter-spacing: -0.03em; }
.join-title-red { font-size: 18px; font-weight: normal; color: #d90700; letter-spacing: -0.03em; }
.join-text { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; line-height: 1.3em; font-weight: normal; }
.join-small-text { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; line-height: 1.3em; font-weight: normal; }

/* index */
.menu { font-size: 30px; color: #000000; text-decoration: underline; font-weight: bold; letter-spacing: -0.03em; line-height: 1.5em; }
