@font-face {
    font-family: "sans";
    src: url("comic.ttf");
}
@font-face {
    font-family: "sansbd";
    src: url("comicbd.ttf");
}
#logo {
    background-image: url("brycespixlogo711.png");
    background-width: 210;
    background-height: 51;
	background-repeat: no-repeat;
	background-position: center; 
}
body {
	background-color: #000000;
	background-image: url("downloads/711/711.png");
	text-align: center;
	font-family: "sans";
	color: #eeeeff;
	text-shadow: 0px 0px 10px #eeeeff;
	background-repeat: repeat;
}
table {
	border-color: #eeeeff;
	table-align: center;
	border-collapse: collapse;
	box-shadow: 0px 0px 10px #eeeeff;
}
.pix {
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
a {
	color: #ff6600;
	font-family: "sansbd";
	text-shadow: 2px 2px 0.5px black;
}
.ng a {
	color: #ffffff;
}
.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";
}