@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: arial_rounded;
	src: url(../fonts/arial_rounded.ttf);
}
@font-face {
	font-family: arial_rounded_bold;
	src: url("../fonts/arial_rounded_black.ttf");
}
body {
	font-family: arial_rounded;
}
