a:link 	{
	color: 			#b4976d; 
	text-decoration: 	none; 
	font-family: 		Eras Bold ITC, Verdana, Arial, sans-serif;
}

a:visited {
	color: 			white; 
	text-decoration: 	none; 
	font-family: 		Eras Bold ITC, Verdana, Arial, sans-serif;
}

a:hover {
	color: 			red; 
	text-decoration: 	underline; 
	font-family: 		Eras Bold ITC, Verdana, Arial, sans-serif;
}

body	{
	background-image:	url(stage.jpg);
	background-color:	white;
	background-attachment:	fixed;
	background-position:	top center;
	background-repeat:	repeat;
	border-top-width:	0px;
	border-bottom-width:	0px;
	border-left-width:	0px;
	border-right-width:	0px;
	border-color:		transparent;
	border-style:		solid;
	padding-left:		0px;
	padding-right:		0px;
	color:			#ffffff;
	font-family:		Eras Bold ITC, Verdana, Arial, sans-serif;
	font-style:		none;
	text-align:		left;
}

h1	{
	color:			#ffffff;
	font-size:		450%;
	font-family:		Eras Bold ITC, Verdana, Arial, sans-serif;
	font-style:		bold;
	text-align:		center;
}

#text	{
	background-color:	#000000;
	color:			#b4976d;
	border-color:		#ffffff;
	border-width:		5px;
	border-style:		solid;
	padding:		20px;
	margin:			30px;
	text-align:		justify;
}
