/* CSS Document */

span {style="cursor:pointer"}

body.ageGate
{
	font-family: American Typewriter;
	background-color: #000000;
	color: #FFFFFF;
}


img {border-style: none}

p.warning
{
	color: #FF0000;
	font-size: 200%;
}


body
{
	font-family: American Typewriter;
	background-color: #191970;
	color: #FFFFFF;
}

p.mainTitle
{
	font-family: Courier New;
	font-size: 300%
}

p.storyTitle
{
	text-decoration: underline;
	font-size: 200%
}

p.commentsTitle
{
	text-decoration: underline;
	font-size: 150%
}
	
p
{
	font-size: 120%;
}

a
{
	text-decoration: underline;
	font-family: American Typewriter;
	font-size: 120%;
}

a.newsLink
{
	text-decoration: underline;
	font-family: American Typewriter;
	font-size: 100%;
}

.center { text-align: center }

H2 { text-align: center }



a.ageGate1:link {color: #FF0000;}
a.ageGate1:visited {color: #FF0000}
a.ageGate1:hover {color: #71C671}
a.ageGate1:active {color: #71C671}

a.ageGate2:link {color: #FF0000;}
a.ageGate2:visited {color: #FF0000}
a.ageGate2:hover {color: #71C671}
a.ageGate2:active {color: #71C671}

a.story:link {	color: #FFFFFF
		text-decoration: underline;}
a.story:visited {color: #FFFFFF}
a.story:hover {color: #FFFFFF}
a.story:active {color: #FFFFFF}

a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #FFFFFF}
a:active {color: #FFFFFF}
