html, 			body, 
div,			span, 
object, 		iframe, 
h1, h2, h3, h4, h5, h6, 
p, 				blockquote, 
pre, 			
abbr, 			acronym, 
address, 		code, 
del, 			dfn, 
em, 			img, 
q, 				dl, 
dt, 			dd, 
ol, 			ul, 
li, 			fieldset, 
form, 			label, 
legend, 		table, 
caption, 		tbody, 
tfoot, 			thead, 
tr, 			th, td { 
margin : 0; 
padding : 0; 
border : 0; 
font-weight : inherit; 
font-style : inherit; 
font-size : 100%; 
font-family : inherit;
vertical-align : baseline; }

body {
	font-family: verdana;
	text-align: center;
	margin-bottom: 50px;
}

div {
	line-height: 150%;
}

h1 {
	display: inline;
	font-size: 24px;
}

.ikkuna {
	width: 480px;
	margin: 80px auto;
	text-align: center;
}

.ikkuna table {
	margin: 30px auto;
}

td {
	padding: 3px;
}

input {
	width: 60px;
	background: #ececec;
	border: 1px #a3a3a3 solid;
	text-align: center;
}

input.submit {
	width: auto;
}

.painoindeksisi {
	margin: 30px auto;
	background: #ffdcf1;
	border: 2px #ff6dc6 solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: table;
	padding: 20px;
}

.painoindeksisi span {
	font-size: 42px;
}

.painoindeksisi br {
	height: 200%;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
}

p {
	font-size: 12px;
}
