


@font-face {
    font-family: "Phils";
	src: url(fonts/MLBPHILL.TTF);

}

body {
	text-align:center;
    font-family: "Phils";
	font-size:200pt;
	color:rgb(239,0,0);
	background-color: rgb(255,255,255);
	background-image: url('ps.bmp');

}

.top {
    font-family: "Phils";
	font-size:200pt;
	color:rgb(239,0,0);
}

.bottom {
    font-family: "Phils";
	font-size:60pt;
	color:rgb(239,0,0);
}