body{
	font-family: Arial,sans-serif;
	font-size: 12pt;
  	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;	
	margin: 0px;
	padding: 0px;
	background: #33ccff;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	text-decoration: none;
	color: #009;
}

a:hover{
	text-decoration: underline;
	color: #fff;
}

/******* end hyperlink and anchor tag styles *******/


