* {
	padding: 0;
	margin: 0;
}
body {
	font-size: small;
	font-family: Arial, Helvectica, sans-serif;
}
img {
	border: none;
}
h1 {
	font-size: large;
}
.padTop {
	padding-top: 10px;
}
.padLeft {
	padding-left: 10px;
}
.pagination {
	border-top: 1px solid #3366CC;
	background-color: #D5DDF3;
	padding: 2px;
	margin-top: 10px;
}
.odd {
	background-color: #ffc;
}
.even {
	background-color: #eee;
}
#locationSuggestions, #profileSnaphot {
	margin-left: 5px;
	margin-top: 10px;
}
#profile-locations {
	margin-top: 10px;	
}
ul {
	list-style-position: inside;
}
.smallLink {
	font-size: smaller;
	color: green;
}
#results {
	margin-top: 10px;	
}
