<style>

	A {
		text-decoration: underline;
		color: blue;
		font-size: 12;
		font-family: Verdana;
	}

		A:hover
	{
		background-color: transparent;
		color: red;
		font-size: 12px;
		text-decoration: none;
	}

		A:active
	{background-color: transparent;
		font-size : 12px;
		color: red;
		text-decoration: none}

		A:visited
	{
		background-color: transparent;
		color: red;
		font-size: 12px;
		text-decoration: underline;
	}

		.thumb {
		background : transparent;
		color : #335BBD;
		font-size : 10px;
	}

	TD{
		FONT-SIZE:10;
		FONT-FAMILY:arial;
		COLOR:000000;
	}
	P {
		COLOR: #335BBD;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		margin-left: 10px;
	}

	H1{
		color: #335BBD;
	}
	H2{
		color: #335BBD;
	}
	H3{
		color: #335BBD;
	}
</style>
