HTML		{
			background: F0F8FF; /* 2007 */
			background: FFEEEE;	/* 2008 */
			background: F8F8FF; /* 2009 */
			}
BODY		{
			margin-left: 200;
			margin-right: 30;
			}
BODY, TABLE {
			font-family: "verdana", sans-serif;
			font-weight: 500;
			font-size: 10pt;
			}

A			{
			font-weight: 800;
			text-decoration:none;
			color: #000099;
			}
A:hover		{color: #AA0000;}
/*
A:link		{color: green;font-weight: 800;text-decoration:;}
A:visited	{color: darkgreen;font-weight: 800;text-decoration:;}
A:active	{color: #AA0000;}
*/

H1			{
			margin-top: 0em;
			margin-bottom: 0em;
			text-align: center;
			color: white;
			background-color: #00CCFF;
			background-color: #88DDEE;
			}
H2			{
//			color: #00CCFF;
			color: black;
			margin-top: 2em;
			margin-bottom: 0em;
			border-bottom: solid #11DDFF;
			border-bottom: solid 2px #00CCFF;
			font-weight: 800;
			font-size: 11pt;
			padding: 2 2 2 2;
			}
H3			{
			font-weight: 800;
			font-size: 10pt;
			margin-top: 1.0em;
			margin-bottom: 0.5em;
			}
P			{
			margin-top: 0.3em;
			margin-bottom: 0.3em;
			}
UL, OL		{
			margin-top: 0em;
			margin-bottom: 0em;
			}
CAPTION		{
			font-weight: 500;
			font-size: 8pt;
			fint-style: italic;
			}
/*
#menuboks	{
			position: absolute;
			top: 14;
			left:15;
			padding-top: 10;
			width: 150;
			background-color: #00CCFF;
			background-color: #88DDEE;
			text-align: center;
			z-index: 1;
			font-weight: 300;
			font-size: 9pt;
			color: green;}
*/
.menuboks	{
			position: absolute;
			top: 14;
			left:15;
			padding-top: 10;
			width: 150;
			background-color: #88DDEE;
			text-align: center;
			z-index: 1;
			font-weight: 300;
			font-size: 10pt;
			color: black;
			}
/*
.menuboks.A	{
			font-weight: 300;
			color: red;
			}
*/
.note		{
			font-style: italic;
			font-size: 0.9em;
			}
.highlight	{
			font-weight: 800;
			color: red;
			}
#highlight	{
/*			font-weight: 800;  /* */
			font-style: italic;
			color: maroon;
			}
.highlight.A	{
			font-weight: 800;
			color: red;
			}
.bordered	{
			padding: 5 5 5 5;
			border: solid thin black;
			text-align: center;
			font-weight: 800;
			}
.menuh1		{
			color: white;
			font-weight: 800;
			background: #6699FF;
			background: #7799EE;
			}
.linkbox	{
			border:  solid thin;
			padding: 10px;
			margin: 15px;
			float: right;
			text-align: center;
			background-color:white;
			line-height: 1.4
			}