html	{
	margin: 24px;
}
body	{
	font:  10px "Arial";
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left top;
	background-color: #ffffff;
}
p	{
	padding: 0 0 6px 12px;
}
table	{
	padding: 0;
	margin: 0;
}

h3	{
	font: 16px "Arial";
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 12px 0 0 0;
	margin: 0px;
}
h4	{
	font: 14px "Arial";
	color: #6cc12d;
	font-weight: bold;
	text-align: left;
	padding: 0px 0 0px 12px;
	margin: -18px 0 6px 0;
}
h5	{
	font: 12px "Arial";
	color: black;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	padding: 6px 0 0 0;
	margin: 0px;

}
h6	{
	font: 14px "Arial";
	color: #252525;
	font-weight: normal;
	text-align: left;
	background-color: #ececec;
	padding: 12px;
	margin: 6px;
	border: 1px solid silver;
}

a:link {
  color: #ffffff; 
  text-decoration: none; 
; font-weight: bold

 }/*normal links in the text*/
a:visited {
  color: #ffffff; 
  text-decoration: none; 
; font-weight: bold

  }
a:hover { /*this effect is not shown in NN4.xx*/
  color: #2D73B9; 
  text-decoration: none; 
; font-weight: bold

 }
a:active {/*colour in NN4.xx is red*/ 
  color: #ffffff; 
  text-decoration: none; 
; font-weight: bold

  }

.navigation a:visited	{
	color: white;
}
.navigation a:hover	{
	color: #2D73B9;
; text-decoration: none
}

#entry	{
	float: left;
	text-align: left;
    vertical-align: top;
	background-color: white;
	padding-left: 30px;
	padding-right:30px;
}
