<style>
	body 
	{
		background-color:yellow;
	}
	p {
		color:blue;
		font-family : verdana;
		font-size : 12px;
	}
	p.classresult {
		color:#272c9f;
		font-family : verdana;
		font-size : 12px;
		margin-left : 100px;
	}	
	p.classresult2 {
		color:#272c9f;
		font-family : verdana;
		font-size : 12px;
		margin-left : 100px;
		width : 500px;
	}	
	p.classresult3 {
		color:#272c9f;
		font-family : verdana;
		font-size : 10px;
		margin-left : 20px;
	}	
	table.tdx{
		color:#272c9f;
		font-family : verdana;
		font-size : 12px;
		margin-left : 20px;
	}
	.tb5 
	{
		border:1px solid #1b8898;
		/*border-radius:10px;*/
		font-size : 14px;
		height: 30px;
		width: 40%;
	}
	.tb4
	{
		border:1px solid;
		/*border-radius:10px;*/
		height: 30px;
	}
	.tb2
	{
		border:1px solid;
		background:#bee7d8;
		/*border-radius:10px;*/
		height: 30px;
	}
	.tb3
	{
		font-size : 10px;
		height: 20px;
	}
	.titlesearch
	{
		color:#f0f0f0;
		font-style: italic;
	}
	a:link { text-decoration: none}
	a:hover { text-decoration: underline}
</style>