.art{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 10px;
}

.art hr{
	border-top: 0px solid Black;
	border-left: 0px solid Black;
	border-right: 0px solid Black;
	border-bottom: 1px solid Black;
}

.art p{
	color: black;
  padding: 0; 
  margin-top: 3; 
  margin-bottom: 3; 
}

.art a{
  position: relative;
  right: 0px;
  color: #000000;
  font-weight: bold;
}
.art a:hover{
  text-decoration: none;
  background-color: #eeeeee;
}
/*
#content .art p:first-letter {
  background-color: #eeeeee;
  color: #00578C;
  font-size: 200%;
  font-weight: bold;
  display: block;
  padding: 2px;
  margin: 2px;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
*/
.art h2 a {
	color: #406D00;
	font-size: 15px;
}

.art h2 a:hover {
	color: #406D00;
	background-color: #ffffff;
}

