/* ====================================================
	Title:		Screen Style Sheet - Milner Minderzout
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.04.23
==================================================== */
	@import url("main.css");

*{ margin: 0; padding: 0; }

html { 	
	color: #1a171b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	margin: 0 0 1px 0;
	height: 100%; 
	background: url(../images/bg.jpg) 0 0 repeat-x #fffdee;
}

h4 { font-size: 12px; }

form li { list-style: none; }
textarea { font: 12px Arial, Helvetica, sans-serif; }

a { color: #004c93; }
a:hover { text-decoration: none; }

a img, img, fieldset { border: 0;}
a:focus { outline-width: 0; }

legend { font-weight: bold; }
label { cursor: pointer; }

.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.cl { clear: both; overflow: hidden; }
