div.jumps {
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	float: right;
	clear: both;
}

div.jumps ul {
	margin: 0;
	padding: 0;
}

div.jumps li {
	list-style: none;
	float: left;
	padding: 5px;
}

div.jumps li.current {
	border: solid 1px #7f7f7f;
	font-weight: bold;
}

.silver-bg {
	padding: 3ex 3em;
}

div.jumps a:hover {
	font-size: 150%;
}

h1,h2,h3 {
	clear: both;
}

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 515px) 
{	
	div.jumps {
		font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
		font-size: normal;
	} 

	div.jumps li {
		list-style: none;
		float: left;
		padding: 0.5ex 0.25em;
		font-size: 120%;
	}

	.silver-bg {
		padding: 1ex 1em;
	}
}