body
{
	background:#ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 90%;
	padding: 0;
	margin:0;
	color: #444;
}
	a img
	{
		border: none;
	}

	span
	{
		color:red;
		font-weight:bold;
	}
	table {
		font-size: 80%;
		color: #666666;
		width: 680px;
		margin-bottom: 30px;
		border: 1px solid #CCCCCC;
		border-spacing: 1px;
		border-collapse:collapse;
	}

	th {
		padding: 5px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
	td {
		padding: 5px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}

#main
{
	text-align:center;
}
	#logo
	{
	}
		#logo h1
		{
			margin-left:80px;
		}
		
	#search
	{
		text-align:center;
		margin-top:25px;
		margin-bottom:50px;
	}
	
	#result
	{
		text-align:center;
	}

	#googletrend
	{
		text-align:center;
	}
	
	#footer
	{
		text-align:center;
		margin-top:20px;
	}
