.navigation_v {
  height: 5em;
/*  background:brown;*/
}
.navigation_v ul{height:auto; margin-top:10px; }


.newsmenu {
  width: 7em;
  color: black;
	background: none;
  height: 5em;
}

.newslist {
/*  background:green;*/
}
.newslist, .newsitem {
  font-size: 1em;
}

ul.links.inline {
  display: block;
}
ul.links li {
  display: block;
}

.newslist a {
	color: darkred;
  font-weight: bold;
	text-decoration: underline;
}
.newslist a:hover { color: red;}

.newscontent {padding:0; color: DimGray;}
.newscontent p {color: DimGray;}
.newscontent h1, .newscontent h2, .newscontent h3 {	color: olive;}
.newscontent h1, .newscontent h1 a {font-size: 1.2em;}
.newscontent h2, .newscontent h2 a {font-size: 1.1em;}
.newscontent h3, .newscontent h3 a {font-size: 1.0em;}

.newscontent a:hover { color: orange;}
.newscontent a {
	color: #FF5400;
	text-decoration: underline;
  font-weight: bold;
}
#txt a{text-decoration:underline;}
.size4 { width: 220px; height: auto; }

.newscontent li {
  list-style-type: disc;
  margin-left: 1.2em;
  padding: 0 0.5em;
}
