a:link, a:visited {
	color: white;
	text-decoration: none;
	padding: 5px 15px;
	background-color: black}
a:hover {
	text-decoration: underline;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: white;
}

/*Fonts*/
@font-face {
	font-family: 'Montserrat';
	src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
	font-family: 'GenEi';
	src: url(../font/GenEiWebHonmon-R.ttf);
}