A:
{
	font-weight: normal;
	font-size: 8px;
	text-transform: uppercase;
	color: white;
}
H1
{
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: underline;
}
BODY
{
	font-size: 10px;
	font-weight:bold;
	direction: ltr;
	line-height: normal;
	font-family: Verdana, Arial, 'Times New Roman';
	letter-spacing: normal;
	text-align: left;
	
}
SPAN
{
	font-size: 10px;
	direction: ltr;
	line-height: normal;
	font-family: Verdana, Arial, 'Times New Roman';
	letter-spacing: normal;
	text-align: left;
}
INPUT
{
	font-size: 10px;	
	font-family: Verdana, Arial, 'Times New Roman';
}

