@font-face {
    font-family: "sans";
    src: url("FOT-ModeMinBLargeStd-R.ttf");
}
@font-face {
    font-family: "sansbd";
    src: url("DFGothic-EB-WIN-RKSJ-H-01.ttf");
}
#logo {
    background-image: url("brycespixlogoaceattorney.png");
    background-width: 224;
    background-height: 56;
	background-repeat: no-repeat;
	background-position: center; 
}
body {
	background-color: #000000;
	background-image: url("downloads/aceattorney/objection.png");
	text-align: center;
	font-family: "sans";
	color: white;
	text-shadow: 1px 1px 3px black;
	line-height: 1.3;
}
table {
	border-color: white;
	table-align: center;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	border-style: solid;
}
th, td {
	padding: 4px;
	border-style: hidden;
}
.pix {
	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
a {
	color: #ff6600;
	font-family: "sans";
	text-decoration: none;
}
.shadeless {
	text-shadow: 0px 0px 0px black;
}
h1 {
	font-family: "sansbd";
}
h2 {
	font-family: "sansbd";
}
h3 {
	font-family: "sans";
}
h4 {
	font-family: "sans";
}
h5 {
	font-family: "sans";
}
h6 {
	font-family: "sans";
}