BODY {
background: color: white; 
margin: 10;}

<!--Link Stili-->

A		{color: blue; text-decoration: none}
A:link		{color: blue; text-decoration: none}
A:visited		{color: blue; text-decoration: none}
A:hover		{color: black; text-decoration: underline}
A:active		{color: white; text-decoration: underline}

<!--Form Kutusu Stilleri-->

SELECT		{font: 8pt Tahoma}
INPUT		{font: 8pt Tahoma}
BUTTON		{font: 8pt Tahoma}
TEXTAREA	{font: 8pt Tahoma}