
<html>
<head>
	
	<title>STYLE</title>

</head>

<body>

<style type="text/css">
<!--
body
{ 
background-color: black;
font-family: georgia;
color: #FFFFFF ; 
letter-spacing: value; [any number value (3pt, 5pt)]
font-weight:100;
font-size: 8;
} 
p 
{ 
color: blue;
 } 
h3
{
 color: white; }

input,textarea{color:#000000;font-size:8PT;font-family:verdana;background:#FFFFFF;border:1PT solid #000000;

  } 
</style>

 
</body>
</html>

