/*	albir-mobile.css	Style sheet for phones
	Begun 05/06/10
*/

body	{
	font-family:	serif
}

.non-printing, .non-mobile	{
	display:	none
}

/*	divisions	*/



/*	images	*/

img	{
	border:	0
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

h1	{
	font-size:	175%
}

h2	{
	font-size:	140%
}

h3	{
	font-size:	120%
}

p.sub	{
	font-size:	75%
}

span.am-pm	{
	font-size:	80%
}

span.small-caps	{
	font-size:	66%
}

table	{
	width:	99%
}

/*	colours	*/

body	{
	background-color:	white;
	color:				black
}

/*	EOF	*/