.style2
{
	font-size: 250%;
	font-weight: bold;
}
.style3
{
	font-style: italic;
	font-weight: bold;
}
.style4
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.style5 { color: #FF0000 }
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

