body 
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, lucida, helvetica, sans-serif;
  font-size: small;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;*/
  /*font-size: 16px; shows crisp if white text on black background on iPhone*/
  font-weight: normal;
  
  /*white text and pseudo dark page background*/
	color: #fff;
  background: #0f1012 url(../image/dreampusherbg.jpg) top left no-repeat;
  
  /*black text and white page background*/
	/*color: #000;
  background: #fff;*/
}

p 
{
	margin: 0;
	padding: 4px;
}

h1, h2, h3, h4, h5, h6 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
	margin: 0em;
	padding: 0em;
	/*font-weight: bold;*/
}

h1 
{
	font-size:1.5em;
}
h2 
{
	font-size:1.2em;
}
h3 
{
	font-size:1.0em;
}
h4 
{
	font-size:0.8em;
}
h5 
{
	font-size:0.6em;
}
h6 
{
	font-size:0.4em;
}

code, tt, pre 
{
	padding: 0.5em;
	font: 0.8em "andale mono", monaco, courier, "courier new", monospace;
	border: 1px solid #aaa;
}

input 
{
	border: 1px solid #aaa; 
}  

/* -= Links =- */

a 
{
	color:#408080;/*#f60;*/
	text-decoration:none;
}

a:link,
a:visited 
{
	color:#408080;/*#f60;*/
	text-decoration:none;
}

a.active:link,
a.active:visited 
{
	color:#BB29CC;
	text-decoration:none;
}

a:hover 
{
	color:#BB29CC;
	text-decoration:none;
	/*font-size: 110%*/
}

/* -= Forms =- */

form 
{
	margin: 0;
	padding: 0;
}

label 
{
}

input 
{
	border: 1px solid #aaa; 
	background:#C9C9C9;/*#C0C0C0;*/
}

textarea 
{
	border: 1px solid #aaa; 
	background:#C9C9C9;/*#C0C0C0;*/
}

select 
{
	margin: 0;
	padding: 0;
	border: 1px solid #aaa; 
}
