﻿body
{
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
}
a
{
	text-decoration: none;
	color: #296105;
	font-size: 12px;
	}
	a:hover
	{
		color: #BA030A;
		 text-decoration:underline;
	}

#hvn-menu
{
	overflow: hidden;
	border-bottom: 2px solid #3F9508;
	padding: 5px;
	background: #F8FBF2;
}
#hvn-menu li
{
	width: 150px;
	float: left;
	list-style-type: none;
}
#hvn-content
{
}
#hvn-content h1
{
	font-size: 18px;
	color: #0F5D84;
}
#hvn-content img
{
	border: 3px solid #F0F7E6 !important;
}
#hvn-linking
{
		overflow: hidden;
	border-top: 2px solid #3F9508;
	padding: 5px;
	background: #EBF6F9;
}
#hvn-linking li
{
	list-style-type: georgian;
	border: 1px solid #CBE7EF;
	margin-bottom: 5px;
	background: #F8FBF2;
	padding: 5px;
}