.text {
	font-family: Helvetica;
	font-weight:bold;
	font-size:11pt;
	color:white;
	text-decoration:none;
	cursor:pointer;
	word-wrap:break-word;
	text-align:center;
}
.textOver {
	font-family: Helvetica;
	font-weight:bold;
	font-size:11pt;
	color:ffdf00;
	text-decoration:none;
	cursor:pointer;
	word-wrap:break-word;
	text-align:center;
}
.home {
	font-family: Helvetica;
	font-weight:normal;
	font-size:11pt;
	color:white;
	text-decoration:none;
	cursor:pointer;
	word-wrap:break-word;
	text-align:center;
}
.homeOver {
	font-family: Helvetica;
	font-weight:normal;
	font-size:11pt;
	color:ffdf00;
	text-decoration:none;
	cursor:pointer;
	word-wrap:break-word;
	text-align:center;
}
.specs {
	font-family: Helvetica;
	font-weight:normal;
	font-size:11pt;
	color:white;
	text-decoration:none;
	cursor:default;
	word-wrap:break-word;
	text-align:center;
}
.spec {
	font-family: Helvetica;
	font-weight:bold;
	font-size:11pt;
	color:white;
	text-decoration:none;
	cursor:default;
	word-wrap:break-word;
	text-align:right;
}
body {
	overflow-y: scroll;
}
