BODY {
	 	margin: 0;
	 }

	 
	 div#testtext {
	 	position: relative;
	 	height: auto;
	 	width: auto;
	 	left: 10px;
	 	top: 445px;


	 }


	 .idName a {
	 	background: #ED8FA7 0 0;
	 	color: white;
	 	text-decoration: none;
	 	font-size: 12px;
	 	width: 22px;
	 	height: 20px;
	 	display: block;
	 	font-weight: bold;
	 	text-align: center;
	 	line-height: 19px;
	 }
	 .idName a:hover {
	 	background-color: #4C3E16;
		color: white;
	 }

