﻿#links{
	margin-left: 70px;
	margin-top: 70px;
}
#links a {
	color: #FF9933;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/url.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 25px;
}
#links a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/url.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 25px;
	
}
