@charset "UTF-8";
/* CSS Document */

h2
{
	width: 82%; 
	margin-top: 40px;
	border-bottom: 1px dashed;
	font-size: 1.2em;
	font-weight: bold;
	color: #54705c;
	background-color: transparent;
	/*89A090; D9E5F5; #89A090*/
}

span#links
{
	color: #000;
	background-color: #d9e5f5;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
a 
{
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited 
{
	color: #4d6789;
	background-color: transparent; 
	/*border-bottom: none;*/
}
a:hover 
{
	color: #9b4b4b /*4d8973*/;
	background-color: transparent; 
	/*border-bottom: 2px dotted;*/
}
/*a img, a:hover img{
	border-bottom: 0px;
}*/