html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

table
{
	font-family: Arial, Verdana;
	font-size: 16px;
	color1: #2C4148;
        color: #666666;
	line-height: 150%;
}

a 
{
	text-decoration: none;
	color: #367ECD; 
}
a:hover 
{
	text-decoration: none;
}
  