/**
 * Stylesheet for Wellness-Hotel Post
 *
 * Screen/Projection Stylesheet
 *
 * @author		akanai web technologies
 * @link			http://www.post-tolderhof.com
 * @copyright	Copyright 2009, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body {
	position: relative;
	background-color: #f4b770;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212121;
}

table {
	border-spacing: 0;
	width: 100%;
}

td {
	padding-top: 5px;
	text-align: center;
}

td a {
	font-size: 11px !important;
}