	body {
		font-family:Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		background: #eee;
	}
	
	#phrase {

	}
	#answer {
		padding: 2px 1.5em;
		background: #EDE9CD;
		color: #300;
	}
	#cost1 {
		width: 10em;	
		text-align:right;	
	}
	#year1, #year2 {
		width: 10em;
		text-align:right;	
	}
	#header {
		color: #fff;
		background: url(/images/cpicalc/header_background.gif) repeat-x bottom #900;
		padding: 0.3em;
	}
	#header h1 {
		margin: 0;
		font-size: 18px;
		text-align: center;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	}	
	#content {
		background: #fff;
		padding: 4px;
		margin: 4px;
		border: 1px solid #ccc;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;

	}
	#content p {
		text-align: center;
		margin: .5em 0;
		font-size: 14px;
	}	
	#footer {
		background: #eee;
		padding: 0 0.5em 1em 0.5em;
	}
	#footer p {
		font-size: 12px;
		text-align: center;
		margin: 0;
	}

	h2 {
		margin: 0.5em 0 0 0;
		font-size: 16px;
	}	
	a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}