@font-face {
	font-family:"Calibri";
	src: url("./fonts/Calibri.ttf")
}
@font-face {
	font-family:"TimeBurnerNormal";
	src: url("./fonts/timeburnernormal.ttf");
}
@font-face {
	font-family:"TimeBurnerBold";
	src: url("./fonts/timeburnerbold.ttf");
}
@font-face {
	font-family:"RalewayThin";
	src: url("./fonts/Raleway-Thin.ttf");
}
@font-face {
	font-family:"RalewayLight";
	src: url("./fonts/Raleway-Light.ttf");
}
header {
	position:fixed;
	background-color: #DEDEDE;
	width:100%;
	top:0px;
	left:0px;
	padding-top:1%;
	padding-left:1%;
	padding-bottom: 0px;
}
html {
	background: linear-gradient(#DEDEDE, #A1A1A1);
	height: 105%;
	width:100%;
	color: rgb(20,20,20);
} 
body {
	font-family: "Calibri";
	color: rgb(20, 20, 20);
	font-size: 16px;
}
.logo {
	font-family: "TimeBurnerNormal";
	color: #6D7CA8;
	font-size: 18px;
	vertical-align: top;
}
.tBBold {
	font-family: "TimeBurnerBold";
	font-size: 47px;
}
a {
	color: #6D7CA8;
	font-size:20px;
	outline:0;
}
a:active{
	color: rgb(20,20,20);
}

p {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 18px;
	text-indent: 5%;
}
footer {
	font-size: 12px;
}
a.noUnderline{
	text-decoration: none;
	font-size: 18px;
}
#container {
	margin: auto auto;
}
#info {
	margin-left:-10px;
}
