h1

	{
		font-size : 12px;
		font-family : arial;
		color : #538C8D;
	}

div

	{
		font-size : 10px;
		font-family : arial;
		color : #808080;
	}

	td

	{
		font-size : 11px;
		font-family : arial;
		color : #808080;
	}
	a

	{
		font-size : 11px;
		font-family : arial;
		color : #808080;
		text-decoration: none;	
		
	}
	a {
		color: #808080;
		text-decoration: none;	
		font-weight : bold;
			}
a:hover {
		color: #328B9E;	
		font-style : normal;
		text-decoration: underline;		
		
	}