html, body {
	background-color: #d16c00;
}
	

html, body, div, p, h1, h2, h3, a, table, td, form, img {
	margin: 0px auto;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
}

img {
	border: none;
}

/* fliesstext */
p, h1 {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;

}

h1 {
	font-weight:bold;
	padding: 0px 0px 10px 0px; 
}


/* links */
a:link {
	color:#cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#7a4d3d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #7a4d3d;
	text-decoration: none;
	font-weight: bold;
}

