<!--
BODY{
  font-family : ƒƒCƒŠƒI;
}
-->


.class1 { font-size: 30pt ;
 
}



.Class2{
  color : #ffffff; 
  
}

.Class3{
  font-size : xx-small;
  font-weight : normal;
  
}
.Class4{
  font-size : medium;

  background-color : #edd9b4;}
 

.Class5{
  font-size : small;}


<!--
.button {
	display: inline-block;
	width: 140px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #C24;
	color: #fff;
}
.button:hover {
	background-color: #59b1eb;
}
-->