@font-face {
    font-family: "sans";
    src: url("ITC Busorama Bold.ttf");
}
@font-face {
    font-family: "sansbd";
    src: url("ITC Busorama Bold.ttf");
}
@font-face {
    font-family: "sansbdbackup";
    src: url("comicbd.ttf");
}
#logo {
    background-image: url("brycespixlogobejeweled.png");
    background-width: 250;
    background-height: 51;
	background-repeat: no-repeat;
	background-position: center; 
}
body {
	background-color: #000000;
	background-image: url("downloads/bejeweled/bluestar.gif"), linear-gradient(#000044,#000044,#002244,#002244,#000044,#000044);
	text-align: center;
	font-family: "sans";
	color: white;
	text-shadow: 0px 0px 5px #ee00ff;
}
table {
	border-color: #00aaff;
	table-align: center;
	box-shadow: 0px 0px 5px #ee00ff;
}
a {
	color: #bb00ff;
	font-family: "sansbd";
	text-shadow: 0px 0px 20px #ffee00;
}
.sesamvoid {
	background-color: #FFFFFF;
	color: black;
	text-shadow: 0px 0px 0px white;
}
.pix {
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
.backup {
	font-family: "sansbdbackup";
	display: inline;
}
.gallery {
	height: 92vh;
}
h1 {
	font-family: "sansbd";
}
h2 {
	font-family: "sansbd";
}
h3 {
	font-family: "sansbd";
}
h4 {
	font-family: "sansbd";
}
h5 {
	font-family: "sansbd";
}
h6 {
	font-family: "sansbd";
}