body
{ 
background-image: 
url('bgstripe.gif');
background-repeat: repeat
}

div.orangeline 
{
background-image: url('bgstripe_orange.gif');
background-repeat: repeat
}

.menu1 {font-family: verdana; color: white; font-size: xx-small;}

/* normal hyperlinks style */
a:link {font-family: arial; color: #660000; font-size: 13px; text-decoration: none;}
a:visited {font-family: arial; color: #660000; font-size: 13px; text-decoration: none;}
a:hover {font-family: arial; color: #cc0000; font-size: 13px; text-decoration: underline;}


/* menu hyperlinks style */
a.menu:link {font-family: verdana; color: white; font-size: xx-small; text-decoration: none;}
a.menu:visited {font-family: verdana; color: white; font-size: xx-small; text-decoration: none;}
a.menu:hover {font-family: verdana; color: #ffcc00; font-size: xx-small; text-decoration: underline;}

/* formation for old style of screencaps */

.scene
{
	float: left;
	font-family: arial;
	font-size: 13px;
	color: black;
	display: block;
	margin: 0 0 15px 14px;
}

.scene h3
{
	font-family: arial;
	font-size: 13px;
	color: #362e25;
}
.highlighter
{
	font-weight: bold;
}

.brownhighlight
{
	font-weight: bold;
	color: #5a2e00;
}

.scene a 
{
	color: #990000;
	text-decoration: none;
}

.scene ul
{
	width: 555px;
	list-style-type:none;
	float: left;
	margin: 0;
	padding: 0;
}

.scene li
{
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}