body
{
	/*font-size: 12pt;
	font-family: impact;*/
	color: black;
	background-color: white;
	text-align: center;
}
p.text
{
	font-size: 16pt;
	font-family: arial;
	color: red;
	/*text-align: center;*/
}
m
{
	font-size: 32pt;
	font-family: arial;
	color: black;
	/*first-letter {color: blue;font-family: Georgia;}*/
	
}
q
{
	font-size: 20pt;
	font-family: arial;
	color: blue;
}
h
{
	font-size: 12pt;
	font-family: arial;
	color: blue;
}
#mystyle
{
	margin-left:20px;
	margin-top:20px;	
}
#mystylenew
{
	margin-left:150px;
	margin-top:0px;	
	height:200px;
	
}
p2
{
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	font-size:8pt;
	font-family:arial;
	color:blue;
	padding-left:200px;
	text-align: left;
}
p1
{
	
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:14pt;
	font-family:arial;
	color:blue;
	padding-left:150px;
	background-color: cyan;
}