body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.m1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.m2 {
	font-family:Arial, Helvetica, sans-serif;
	color:FFA500;
	font-size:13px;
}

.blas {
	color:black;
	text-decoration:line-through;
}

.r {
	color:red;
}

.ru {
	color:red;
	text-decoration:underline;
}

.rb {
	color:red;
	font-weight:bold;
}

.rs {
	color:red;
	text-decoration:line-through;
}

.rbu {
	color:red;
	text-decoration:underline;
	font-weight:bold;
}

.bl {
	color:blue;
}

.blu {
	color:blue;
	text-decoration:underline;
}

.blb {
	color:blue;
	font-weight:bold;
}

.blbu {
	color:blue;
	text-decoration:underline;
	font-weight:bold;
}

.fu {
	color:fuchsia;
	text-decoration:underline;
}

.s {
	text-decoration:line-through;
}

.gb {
	color:green;
	font-weight:bold;
}

.gbu {
	color:green;
	text-decoration:underline;
	font-weight:bold;
}

.u {
	text-decoration:underline;
}

.c {
	text-align:center;
}