.KA_default	{
		color:rgb(140,140,140);
		text-align:center;
		//text-transform:uppercase;
		text-shadow:#999999;
		vertical-align:middle;
		word-spacing:normal;
		font-family:Helvetica Neue,Helvetica,Sans-serif;
		font-style:normal;
		font-size:1em; /* or to use em the formula is 12px/16=0.75em*/
		font-weight:normal;
		margin: 0px;
		padding: 0px
		}

a:link 		{
		color: #CCCCCC
		}

a:visited	{
		color: #999999
		}

a:hover		{
		color: #CC0000
		}

a:active	{
		color: #CCCCCC
		}
