.lib_line
{
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 3px;
}
.lib_line_v
{
	background-image: url(../images/design/news_line_v.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 3px;
}
.lib_section {
	font-size: 0.5rem;
}
.lib_section:link
{
	color: green;
}
.lib_section:active
{
	color: green;
}
.lib_section:hover
{
	color: red;
}
.lib_section:visited
{
	color: green;
}