body {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
}

a:link {
	text-decoration: none;
	color: #0000A0;
}
a:visited {
	color: #0000A0;
	text-decoration: none;
}
a:hover {
	color: purple;
	text-decoration: none;
}

.breadcrumbs {
	font-weight: bold;
	font-size: 14px;
}

.pagination {
	font-size: 10px;
}

.inputbutton {
	border: 1px solid gray;
	background-color: gray;
	color: white;
	font-weight: bold;
}
.inputbutton:hover {
	border: 1px solid gray;
	background-color: white;
	color: black;
}