	body A, A:hover{
		TEXT-DECORATION: none; font-family: Trebuchet MS, Arial, sans-serif;
		font-weight: bold; COLOR: #B75050;
	}
	body{
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 24px;
	}

	div#container{
		width: 800px;
		margin: auto;
		position: relative;
	}

	div#header img{
		float: left;
		width: 300px;
		height: 100px;
		margin-right: 50px;
	}
	div#ccWord{
		padding-top: 30px;
	}

	#totalWords{
		font-size: 30px;
		color: #C03232;
	}

	div#thinkit{
		clear: both;
	}

	div#tiContainer{
		float: left;
		width: 500px;
		font-size: 14px;
	}

	#thinkinput{
		width: 500px;
		height: 32px;
		border: 2px solid #CCC;
		text-align: center;
		font-size: 20px;
		color: #3670D0;
	}

	.tiSubmit{
		margin-bottom: 10px;
		padding-top: 18px;
		float: left;
		margin-left: 14px;
		color: #60A838;
		cursor: pointer;
	}

	div#tiResponse{
		margin: 10px 0px;
		clear: both;
		width: 100%;
		padding: 2px;
		border: 2px solid #c98787;
		background-color: #fffee7;
		text-align: center;
	}

	.responseCode{
		font-size: 16px;
	}

	.resultContainer{
		clear: both;
		margin-bottom: 30px;
	}

	.rTitle{
		float: left;
		font-size: 32px;
		margin-right: 10px;
	}

	.display{
		margin-left: 20px;
		padding-top: 14px;
		font-size: 18px;
		font-family: tahoma;
		color: #666;
	}
	
	.dn{
		cursor: pointer;
	}

	.results{
		clear: both;
		font-size: 20px;
	}

	.orange{
		color: #FF6000;
	}

	.green{
		color: #60A838;
	}
	
	.blue{
		color: #3670D0;
	}

	.red{
		color: #C03232;
	}
