/*-----------tekstityylit-------------*/

h1,h1 a{
  font-size:16px;
  font-weight:bold;
  color:#663333;
  margin:4px 0 8px 0;
}
h2,h2 a {
  font-size:12px;
  font-weight:bold;
  color:#996600;
  margin:0 0 8px 0;
}
h4,h4 a{
  color:#663333;
  font-weight:bold;
  font-size:12px;
  margin:0 0 8px 0;
}
.subheader{
  color:#996600;
  font-weight:normal;
  font-size:12px;
}
a img,:link img,:visited img {
	border: none;
}

a {
	text-decoration: none;
  color:black;
}

a:hover {
	text-decoration: underline;
}

.ntimagecontainer{
  height:100%;
  margin: 5px;
  border: 1px solid #000;
}
.ntimg{
  float:left;
  clear:both;
}
.ntimgdesc{
  float:left;
  clear:both;
  background-color: #ddd;
  color: #000;
  padding: 2px;
}
strong{
  font-weight:bold;
}
em{
  font-style:italic;
}
.contentInner table{
  font-size:10px;
  color:#4F4F4F;
  margin:5px;
}
.contentInner table img{
  margin:0 0 3px 0;
  border:2px;
  border-color:#CCCCCC;
  border-style:solid;
}
p{
  margin:0 0 10px 0;
}