@font-face {
    font-family: "sans";
    src: url("comici.ttf");
}
@font-face {
    font-family: "sansbd";
    src: url("comicz.ttf");
}
#logo {
    background-image: url("brycespixlogochipsahoy.png");
    background-width: 210;
    background-height: 51;
	background-repeat: no-repeat;
	background-position: center; 
}
body {
	background-color: #020f87;
	text-align: center;
	font-family: "sans";
	color: white;
	text-shadow: 3px 3px 0px #700000;
}
table {
	border-color: white;
	table-align: center;
}
.pix {
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
a {
	color: #00ffff;
	font-family: "sansbd";
}
.cur {
	background-color: #666666;
}
.smol {
  font-size: 10px;
}
h1 {
	font-family: "sansbd";
}
h2 {
	font-family: "sansbd";
}
h3 {
	font-family: "sansbd";
}
h4 {
	font-family: "sansbd";
}
h5 {
	font-family: "sansbd";
}
h6 {
	font-family: "sansbd";
}