/*

	Handheld Stylesheet for Zangstudio Brian Sporkslede

	(C)Copyright 2007, Brian Sporkslede, All Rights Reserved.

	NOTE: This stylesheet is still experimental and mostly written for Jos & Dave :-)
	This because they have free internet access on their cell phone and need to show it off every now and than.

*/

html, body
{
	background-color: orange;	/* not refferring to the brand of the telco */
	color: black;
	font-family: verdana;
	font-size: smaller;
}

a
{
	background-color: white;
	color: red;
	text-decoration: none;
}

a:visited
{
	color: gray;
}

ul, li
{
	display: block;
	padding: 0;
	font-weight: normal;
}

ul.menu li
{
	background-color: blue;
}

li a
{
	display: inline;
	background-color: orange; color: #fff;
	font-weight: normal;
}

li
{
	color: #222;
}


img
{
	width: 120px;
	height: auto;
}

