/* There one color scheme and on color scheme subset provided in this sheet. */

/* Mystery: Dark red background, powder blue text. */
/* Talk subset: Custom color background, black text, dark red headings, dark slate blue ruled lines; Midnight blue - purple - crimson links. */
/* Total of 1 color scheme & 1 color scheme subset. */

/* Mystery: Dark red background, powder blue text. */

BODY {background-color: #8B0000; background-image: url("background.jpg"); color: #B0E0E6; scrollbar-Track-Color:  #800000; scrollbar-Arrow-Color: #000000; scrollbar-3dLight-Color: #B22222; scrollbar-DarkShadow-Color: #B22222; scrollbar-Highlight-Color: #8B0000; scrollbar-Shadow-Color: #8B0000; scrollbar-Face-Color: #DC143C}
TABLE {color: #000000; border: 0}
TABLE.main {background-color: #FFFFFF}
TH {border: 0}
TD {border: 0}
TD.right {text-align: right}
TD.center {text-align: center}

/* Talk subset: Custom color background, black text, dark red headings, dark slate blue ruled lines; Midnight blue - purple - crimson links. */

BODY.talk {background-color: #AF8C94; color: #000000; background-image: url("talk.jpg"); background-attachment: fixed}
A:link {color: #191970; text-decoration: none}
A:visited {color: #800080; text-decoration: none}
A:active {color: #DC143C; text-decoration: none}
H1 {color: #8B0000; font-size: 250%; text-align: center}
H2 {color: #8B0000; font-size: 225%; text-align: center}
H3 {color: #8B0000; font-size: 200%; text-align: center}
H4 {color: #8B0000; font-size: 175%; text-align: center}
H5 {color: #8B0000; font-size: 150%; text-align: center}
H6 {color: #8B0000; font-size: 125%; text-align: center}
HR {color: #483D8B; height: 1; width: 90%; text-align: center}
P {text-indent: 3em; margin: 0}

/* 1 color scheme & 1 color scheme subset total in this document. */
