@font-face {
    font-family: "sans";
    src: url("Volkswagen-Bold.otf");
}
@font-face {
    font-family: "sansbd";
    src: url("Volkswagen-Bold.otf");
}
#logo {
    background-image: url("brycespixlogoface.png");
    background-width: 210;
    background-height: 51;
	background-repeat: no-repeat;
	background-position: center; 
}
body {
	background-color: #401a59;
	text-align: center;
	font-family: "sans";
	color: white;
	text-shadow: 2px 2px 3px black;
}
table {
	border-color: white;
	table-align: center;
}
.pix {
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
a {
	color: #eed23f;
	font-family: "sansbd";
}
.shadeless {
	text-shadow: 0px 0px 0px black;
}
h1 {
	font-family: "sansbd";
}
h2 {
	font-family: "sansbd";
}
h3 {
	font-family: "sansbd";
}
h4 {
	font-family: "sansbd";
}
h5 {
	font-family: "sansbd";
}
h6 {
	font-family: "sansbd";
}