/* CSS Document */

table.form{
	width:1000px;
	border:groove;
}

td.amount{
	width:120px;
	text-align:center;
}

td.goSpace{
	width:120px;
	text-align:center;
}

td.converts{
	width:200px;
	text-align: center;
}

td.gt{
	width:40px;
	text-align:center;
}

h1.greaterThan{
	color:#0033CC;
	font-weight:bolder;
	text-align:center;
}

select.converters{
	width:200px;
}

input.btnGo{
	width:70px;
	height:40px;
	text-align:center;
}

input.answer{
	border:none;
	height:20px;
	width:1000px;
}

p.headers{
	font-weight:bold;
	font-size:larger;
}

p.centered{
	text-align:center;
}