html, body {
	background-image:url('background.png');
	background-repeat: no-repeat;
	background-color: black;
	color: rgb(255, 204, 0);
	font-family: "Arial", Arial, serif;
	font-weight: bold;
	font-size:1em;
	line-height: 1.7em;
	}
h1 {
  font-family: "star_jediregular", Arial, serif;
  color: rgb(255, 204, 0);
}
aasd {
  font-family: "star_jediregular", Arial, serif;
  color: rgb(255, 204, 0);
}

#top a {
  font-family: "star_jediregular", Arial, serif;
  color: rgb(38, 128, 255);
}

#top a:visited {
  font-family: "star_jediregular", Arial, serif;
  color: rgb(38, 128, 255);
}

#bot a {
	font-family: "Arial", Arial, serif;
	color: rgb(38, 128, 255);
}

#bot a:visited {
  font-family: "star_jediregular", Arial, serif;
  color: rgb(38, 128, 255);
}

	
@font-face {
    font-family: 'star_jediregular';
    src: url('starjedi-webfont.woff2') format('woff2'),
         url('starjedi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}