body
{
	background-color: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

h1
{
	font-size: 1em;
	font-weight: bold;	
}

h2
{
	font-size: 1em;
	font-weight: bold;	
}

h3
{
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #9C3;
	text-align: center;
	border-color: #CF6 #690 #690 #CF6;
	border-width: 1px;
	border-style: solid;
	/* fix Opera bug */
	margin-top: 0;
}

h4
{
	font-size: 1em;
	font-weight: bold;	
}

h5
{
	font-size: 1em;
	font-weight: bold;	
}

h6
{
	font-size: 1em;
	font-weight: bold;	
}


.hidden
{
	display: none;
}

/* show screen */

#header
{
	display: none;
}

img
{
	display: none;
}

#menu
{
	display: none;
}

#content
{
	display: none;
}

/* show handheld */
/* fix Nokia bug */

#handheld
{
	display: block;
}
