html, body { 
	margin:0;
	padding:0;
	border:0;
	height: 100%;
}

body {
	background-color:#000000;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


body, html, div {
	height: 100%;
	overflow: hidden;
}

/* Normal link */
a {
	color: #EAECEC;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-style:normal
}

a img {
	border: none;
}


/* Heading */
h1 {font-size: 200%;  margin: 0 auto;
  padding:0;}
h2 {font-size: 175%;}
h3 {font-size: 130%;font-style:normal;font-weight:lighter;text-transform: uppercase;}
h4 {font-size: 125%; text-transform: uppercase;}

.formia { 
padding:0px; border:1px solid #666; 
background-color: black;
margin: 0px;
padding: 0px;
font : 100%  "lucida sans", helvetica, "Trebuchet MS", arial, sans-serif;
line-height : 1.8em;
background : #000;
color : #333333;
width:270px;
}


