@charset "utf-8";
/* CSS Document */

.font {
	font-family: 'Times New Roman', Times, serif;
}

.font-size-1 {
	font-size: 1.5rem;
}

.font-size-2 {
	font-size: 1.2rem;
}

.font-size-3 {
	font-size: 3%;
}

.text-green {
	color: chartreuse;
}

.text-red {
	color: red;
}

.text-royalblue {
	color: royalblue;
}

.pcent {
	font-size: 95%;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}

.style1{
	padding-top: 4px;
}

.style2{
	padding-top: 2px;
}
