body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-style:normal;font-weight:normal}
q:before,q:after{content:''}
body{font:15px arial,helvetica,clean,sans-serif;}
select,input,textarea{font:99% arial,helvetica,clean,sans-serif}
pre,code{font:115% monospace;font-size:100%}
body * {line-height:1.22em}
body {
	color: #049;
}

h1 {
	color: #fff;
	background: #06b;
	padding: 10px;
	font-size: 200%;
}

h2 {
	color: #000;
	background:#49f;
	font-size: 120%;
	padding: 10px;
}

h3 {
	font-size: 120%;
	padding: 10px 0;
}

ul {
	list-style: disc inside;
	margin-left: 1em;
}

#content {
	padding: 10px;
	color:#336;
}

#form, #results {
	margin-left:200px;
	margin-top:100px;
}

label {
	font-size:150%;
	float: left;
	width: 8em;
}

input[type=text] {
	font-size:150%;
	width: 18em;
	color:#049;
}

#results {
	margin-top:20px;
	height:300px;
	font-size: 20px;
	color: #44a;
}

#f_name {
	font-size:150%;
}

.since {
	color: green;
	font-weight:bold;
	font-size:120%;
}

.dropped {
	color: #f33;
	font-weight:bold;
	font-size:120%;
}

#credits {
	text-align:center;
}


