﻿body         { font-family: Arial; color: #000000; font-weight: bold }
.style1 {
	font-size: x-small; font-weight: normal;

}
.style2 {
	background-color: #FFFF00;
}
.style3 {
	font-weight: normal;
}
.newStyle1 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	background-color: #FFFF00;
}

