BODY		{
			color: yellow;
			background-color: #333333;
			font-family: arial, helvetica, verdana, serif;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			scrollbar-3dlight-color : yellow;
			scrollbar-arrow-color : yellow;
			scrollbar-base-color : yellow;
			scrollbar-darkshadow-color : yellow;
			scrollbar-face-color : #663333;
			scrollbar-highlight-color : #000000;
			scrollbar-shadow-color : yellow;
			scrollbar-track-color : yellow;
		}
A:link		{
			text-decoration: none;
			color: #FFFFA0;
		}
A:active	{
			text-decoration: none;
			color: #FFFFA0;
		}
A:visited	{
			text-decoration: none;
			color: #FFFFA0;
		}
A:hover		{
			text-decoration: none;
			color: #CC9900;
			background-color: #666666;
		}

H1		{
			color: #003300;
			background-color: #999999;
			text-align: center;
		}


H2		{
			color: #003300;
			background-color: #999999;
			text-align: center;
		}

H3		{
			color: #003300;
			background-color: #999999;
			text-align: center;
		}
		
H5		{
			color: #003300;
			background-color: #999999;
			text-align: center;
		}

TABLE		{
			/* background-color: #3A6EA5; */
		}
		
.tabel		{
			background-color: #505050;
		}

.tekst		{
			position: relative;
			top: 0px;
			left: 0px;
			overflow: auto;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: justify;
		}

BLOCKQUOTE	{
			 background-color: #333333;
		}
