TH {
	color : #FFFF06;
}
BODY {
	font-family: "Comic Sans MS", sans-serif;
}

BODY.main {
	color: White;
	background-color: #103910;
}

BODY.show {
	background : #103910;
	color : #F08080;
}

BODY.story {
	background : #FFA07A;
	color : #564987;
}

A {
	color: #FF1493;
}

A:VISITED {
	color : #7FFFD4;
}

A:HOVER {
	color: #D8BFD8;
}

HR {
	width : 75%;
	align : center;
	height : 10px;
	color : #FAFAD2;
}

EM {
	color : Red;
	font : larger;
}

H1 {
	text-align : center;
}

H2 {
	text-align : center;
}
