@charset "utf-8";
/* CSS Document */

@import url("*");

@font-face {
  font-family: "js";
  src: url("fonts/js.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "js";
  src: url("https://rcs.monchmonch.id/css/fonts/js-bold.ttf");
  font-weight: bold;
}

a:link {
    color: #000000;
	text-decoration: none;
}

a:visited {
    color: #000000;
	text-decoration: none;
}

a:hover {
    color: #ffcc00;
	text-decoration: none;
}

a:active {
    color: #ffcc00;
	text-decoration: none;
}

body,td,th {
	font-family:'js', Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

p.head0{
	color: black;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
} 

p.head1{
	color: black;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
} 

p.head2{
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
} 

p.menu1{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
