
div.gry-list {
	float: left; 
	width: 345px; 
	font-size: small; 
	padding-left: 8px;
	}

div.gry-list ul {
	width: 350px;
	list-style-type : none;
	display : block;
	margin: 0;
	padding: 0;
	}
div.gry-list ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
div.gry-list ul li a:link {
	background-image : url("http://www.gry.jahuu.info/pic/skrot.ico") ; 
	background-repeat : no-repeat ; 
	background-position : left;
	display: block;
	width: 336px;
	padding:1px 1px 1px 18px;
	text-decoration: none;
	color: #0F64B7;
	border: 2px outset #0F64B7;
	}
div.gry-list ul li a:visited {
	background-image : url("http://www.gry.jahuu.info/pic/skrot.ico") ; 
	background-repeat : no-repeat ; 
	background-position : left;
	display: block;
	width: 336px;
	padding:1px 1px 1px 18px;
	text-decoration: none;
	color: #0F64B7;
	border: 2px outset #0F64B7;
	}
div.gry-list ul li a:hover {
	background-image : url("http://www.gry.jahuu.info/pic/skrot.ico") ; 
	background-repeat : no-repeat ; 
	background-position : left;
	padding-left :16px;
	border-style: inset;
	padding: 2px 2px 0px 16px;
	}