BODY		{	background-color: rgb(225,225,255);
			color: rgb(24,17,63);
			font-family: Arial;
			font-size: 10pt;
		}

A:Active	{	color:green;

		}

A:Hover		{	text-decoration:none;
			color:rgb(200,50,0);
		}

A:Link		{	text-decoration:none;
			color: rgb(0,0,0);
		}

A:Visited	{	color: rgb(40,40,40);
			text-decoration: none;
		}

TABLE		{	background-color: rgb(225,225,255);
		}

H1, H2		{	color: black;
		}

.header1	{	font-size: 16pt;
			font-family: Arial;
			color: black;
		}

.header2	{	font-size: 30pt;
			font-family: Arial;
			color: green;
		}

.kode		{	font-family: monospace;
			font-size: 10px;
			background-color: rgb(234,228,193);
			color: rgb(32,31,10);
			border: 1px solid rgb(9,6,0);
			padding: 5px;
		}

P		{	color: black;
			font-family: Arial;
			font-size: 10pt;
		}

.text1		{	font-size: 20pt;
			font-family: Arial;
			color: blue;
		}

.text2		{	font-size: 10pt;
			font-family: Arial bold;
			color: black;
			font-weight: bold;
		}

.base		{	color: red;
			weight: medium;
			margin-top: 10pt;
			font-size: 250pt;
			line-height: 250pt;
			font-family: times;
		}

.layer1		{	color: black;
			weight: medium;
			margin-top: -130pt;
			font-size: 65pt;
			line-height: 65pt;
			font-family: arial;
		}

.layer2		{	color: teal;
			weight: medium;
			margin-top: 30pt;
			font-size: 35pt;
			line-height: 45pt;
			font-family: arial;
		}

