/* CSS Document */
body
{
	background-image:url(images/css-sheets/rock-background.jpg);
	background-repeat:repeat;
	font-size:90%;
}
p
{
	text-indent:2em;
	font-family:sans-serif, Arial, Helvetica;
}
#content2 ul
{
	font-family:sans-serif, Arial, Helvetica;
}
#content2 li
{
	margin-bottom:0.5em;
}
blockquote
{
	font-style:italic;
	font-family:"Monotype Corsiva","Comic Sans MS", Arial;
	font-size:125%;
	font-weight:normal;
}
.cursive
{
	font-family:"Monotype Corsiva";
	font-size:200%;
	text-indent:0;
}
.normaltext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-indent:0;
	font-weight:bold;
}
h1
{
	font-size:250%;
	text-indent:1em;
	font-style:italic;
	font-weight:bold;
	color:#660000;
}
h2
{
	font-size:150%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
h3
{
	font-size:100%;
	text-decoration:underline;
	font-weight:bold;
}
h4
{
	font-size:100%;
}
h5
{
	font-size:100%;
}
h6
{
	font-size:100%;
}
a
{
	color:#660000;
	text-decoration:none;
}
a:hover
{
	color:#660000;
	text-decoration:underline;
}
#navigation
{
	font-family:Comic Sans MS, Monotype Corsiva, Verdana;
	font-size:100%;
	background-image:url(images/css-sheets/navigation-background.jpg);
	background-repeat:repeat;
	border:double;
	padding:5px;
}
#navigation ul
{
	list-style-type:none;
	text-indent:-40px;
}
#navigation ul a
{
	text-decoration:none;
	color:#660000;
}
#navigation ul a:hover
{
	text-decoration:underline;
	color:#660000;
}
#extra
{
	font-family:Comic Sans MS, Monotype Corsiva, Verdana;
	background-image:url(images/css-sheets/navigation-background.jpg);
	background-repeat:repeat;
	border:double;
	padding:5px;
}
#extra a
{
	text-decoration:none;
	color:#660000;
}
#extra a:hover
{
	text-decoration:underline;
	color:#660000;
}
#extra ul
{
	list-style-type:none;
	text-indent:-40px;
}
#extra ul a
{
	text-decoration:none;
	color:#660000;
}
#extra ul a:hover
{
	text-decoration:underline;
	color:#660000;
}
#content
{
	margin:10px;
	background-image:url(images/css-sheets/rock-content-7.jpg);
	background-repeat:repeat;
}
#content2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/css-sheets/rock-content-7a.jpg);
	background-repeat:repeat;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	font-weight:bold;
	font-size:100%;
	border:double;
}
#poem
{
	width:95%;
	height:500px;
	overflow:auto;
}
.attention
{
	color:#FF0000;
	font-weight:bold;
}
