html, body  {
			margin: 0;
			padding: 0;
			background: #000;
			font-family:;
			font-size: 15px;
    		color: #000;
    		}

form		{ margin: 0px; }

h1          {
			font-size:10px;
			font-weight:normal;
			color:#000;
			}
			
h2          {
			font-size:20px;
			font-weight:normal;
			font-family:Arial;
			color:#000;
   		 	}
  
h3          {
			font-size:28px;
			font-weight:bold;
			color:#000;
			font-family:Arial;
   		 	}
			

.text {
    font-family: Adobe caslon pro;
    font-size: 12px;
    font-style: normal;
	font-weight:lighter;
	font-stretch: wider; 
	text-transform:capitalize;
    color: #999;
	width:250px;
	margin-top:100px;
	margin-left:100px;
	float:left;
	text-align:left;
	vertical-align:central;}
