body{
	font-size:1.5em;
	font-family:tahoma;
	text-align:center;
}

h1{
	margin-top:0px;
	font-size:2em;
	font-weight:bold;
}
h2{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
}
a{
	text-decoration:none;		
	color:#06c;
}
a:hover{
	text-decoration:none;		
	color:#0af;
}
#page{	
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	width:50%;
}
#date{
	width:100%;
	text-align: center;
}
#dateentry{
	margin-left:auto;
	margin-right:auto;
}

#formspacer{
	width:4em;
}
#result{
	display:none;
}
#breakdown{
	display:none;
	margin-top:.5em;
}
#breakdown table{
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
}