body
	{
	margin-top: 30px;
	padding : 0;
	font-family : verdana, arial, sans-serif;
	font-size: small;
	line-height : 1.4;
	background: #eee8aa;
	}

#clients-pages
	{
	text-align: center;
	}

h1
	{
	font-size : 160%;
	margin: 20px 0;
	line-height: 1.3;
	}

h2
	{
	margin-top: 15px;
	font-size : 100%;
	line-height: 1.3;
	}
	
img
	{
	padding: 2px;
	border: silver solid 1px;
	}
	
a:link, a:active
    {
    background: transparent;
    }

a:hover
    {
    background: transparent;
    text-decoration: none;
    }

