body{
	color: black;
	background-color: aqua;
	font-size: 13px;
	margin: 20px 35px
}

tr{ font-size: 14px }

.center{ text-align: center }
.right{ text-align: right }
.left{ text-align: left }

.yellow{ color: yellow }
.lime{ color: lime }
.red{ color: red }
.blue{ color: blue }
.medblue{ color: mediumblue }
.aq{ color: #00ccff }
.sky{ color: skyblue }
.d-sky{ color: deepskyblue }
.l-sky{ color: lightskyblue }

.ms{ font-family: '‚l‚r ƒSƒVƒbƒN'; }
.msp{ font-family: '‚l‚r ‚oƒSƒVƒbƒN'; }
.b { font-weight: bold }
.i { font-style: italic }

.12px{ font-size: 12px }
.2{ font-size: 13px }
.3{ font-size: 16px }
.4{ font-size: 18px }
.5{ font-size: 24px }
.6{ font-size: 32px }

A:link{
	color:blue;
	text-decoration:none;
}
A:visited{
	color:mediumblue;
	text-decoration:none;
}
A:hover{
	color:red;
	text-decoration:underline;
}

