.frameA {
	background-color: #FFFF00;
	border: medium dashed #000000;
	color: #FF0000;
}
.frameB {
	background-color: #FFFFFF;
	border: thin solid #000000;
	color: #FF0000;
}
.frameC {
	background-color: #FFFF00;
	border: thick double #FF0000;
	color: #000000;
}
.frameD {
	background-color: #FFFFFF;
	border: thick dotted #FF0000;
	color: #000000;
}
.frameE {
	background-color: #000000;
	border: thick solid #FF0000;
	color: #FFFFFF;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
	text-decoration: blink;
}
.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: underline;
}
.text7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
}
.text8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
}
