/*Style Sheet for Clark Consulting Download Page - 02/06/2007*/
.logo
{
      margin-top: 200px;
      text-align: center;
}

.title
{
      font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	background-color: #E7E7E7;
	border: 1px solid silver;
	text-align: center;
	color: black;
	width: 300px;
}

.link
{
      font-family: sans-serif;
	font-size: 12px;
      padding: 4px;
      color: #999999;
}

a:link
{
      font-family: sans-serif;
	font-size: 12px;
      color: #666666;
}

.counter
{
	font-family: sans-serif;
	font-size: 10px;
      color:white;
}

