body {
	background-color: #000000;
	text-align: center;
}
body, a {
	color: #FFFF00;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
h1 {
	margin: 100px 0;
	font-size: 60px;
	letter-spacing: 0.053em;
}
.links {
	margin: 100px 0;
}
.link {
	font-size: 20px;
	text-transform: lowercase;
	margin: 0;
	letter-spacing: 0.037em;
}
img {
	margin: 0 auto;
}
@font-face {
	font-family: 'Starjedi';
	src: url('Starjedi.ttf') format('truetype');
	src: url('Starjedi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Starjhol';
	src: url('Starjhol.ttf') format('truetype');
	src: url('Starjhol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Star_Jedi_Rounded';
	src: url('Star_Jedi_Rounded.ttf') format('truetype');
	src: url('Star_Jedi_Rounded.woff') format('woff');
}
.starjedi {
	font-family: 'Starjedi';
}
.starjhol {
	font-family: 'Starjhol';
}
.starjedirounded {
	font-family: 'Star_Jedi_Rounded';
}
