@font-face {    font-family: 'Insignia'; /*a name to be used later*/    src: url('Insignia.otf'); /*URL to font*/}.shortnav {    position: fixed;	float: right;    z-index: 4;	height: 35px;    bottom: 0px;    right: 0px;	left: 0px;	width: auto;	background-image: url("../images/starfield.jpg");	background-color: Black;    overflow-x: hidden;	overflow: hidden;    padding: 8px 0;	text-align: center;}.shortnavtext {	color: #00FFFF;	float:center;	background-color: Black;	font-family: "Insignia", "Times New Roman", "Times", serif;}.shortnav a {    padding-top: 6px;    padding-bottom: 6px;	padding-right: 6px;	padding-left: 6px;    text-decoration: none;	color: #00FFFF;	background-color: Black;    font-size: 1.4rem;	text-align: center;	margin-left: 0;	display: inline-block;	font-family: "Insignia", "Times New Roman", "Times", serif;}.shortnav a:hover {	color: red;}.shortnav a:visited {  color: #00FFFF;}.botrightnav {    position: fixed;    z-index: 3;    width: 170px;	height: 150px;    bottom: 0px;    right: 0px;	background-image: url("../images/starfield.jpg");	background-color: Black;    overflow-x: hidden;	overflow: hidden;    padding: 8px 0;    border-radius: 30px;}.botrightnavtext {	color: #00FFFF;	float:right;	background-color: Black;	font-family: "Insignia", "Times New Roman", "Times", serif;}.botrightnav a {    padding-top: 6px;    padding-bottom: 6px;	padding-right: 6px;	padding-left: 6px;    text-decoration: none;	color: #00FFFF;	background-color: Black;    font-size: 1.5rem;    display: block;	text-align: center;	margin-left: 0;	font-family: "Insignia", "Times New Roman", "Times", serif;}.totable a:visited {  color: #00FFFF;}