.main .storyentry
{
  background: url("/images/gold_index_bg.jpg");
  width: 640px;
}

.main .storyentry h2 { 
  text-align: center;
  font-variant: small-caps;
  background: url("/images/gold_index_top.jpg") no-repeat top;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

.main .storyentry h2 a { 
  text-decoration: none;
  color: black;
}

.main .storyentry h2 a:visited { 
  color: #6b4914;
}

.main .storyentry h2 a:hover { 
  text-decoration: underline;
  color: #ffd700;
}

.main .storyentry h3 { 
  text-align: center;
  font-variant: small-caps;
  color: #6b4914;
  margin: 0;
  padding: 0;
  background: none;
}

.main .storyentry h3 a { 
  text-decoration: none;
  color: black;
}

.main .storyentry h3 a:visited { 
  color: #6b4914;
}

.main .storyentry h3 a:hover { 
  color: #ffd700;
  text-decoration: underline;
}

.main .storyentry p.crossover { 
  text-align: center;
  color: #6b4914;
  font-style: italic;
}

.main .storyentry span.name { 
  font-style: normal;
}

.main .storyentry p.usercomment { 
  padding: 0px 0px 0px 15px;
}

.main .storyentry p.usercomment a { 
  color: #6b4914;
}

.main .storyentry p.usercomment a:hover { 
  color: white;
}

.main .storyentry .metadata { 
  padding-top: 10px;
  padding-bottom: 10px;
}

.main .storyentry .metadata .what { 
  font-variant: small-caps;
  padding: 0px 0px 0px 15px;
}

.main .storyentry .metadata .data { 
  color: #6b4914;
}

.main .storyentry .introtext { 
  padding: 0px 15px 15px 15px;
  background: url("/images/gold_index_bot.jpg") no-repeat bottom;
  margin-bottom: 20px;
}

.main .storyentry .introtext a { 
  color: #6b4914;
}

.main .storyentry .introtext a:visited { 
  color: black;
}

.main .storyentry .introtext a:hover { 
  color: white;
}

/* Where is this used? */

ul.story li { 
  list-style-type: none;
}



