/* default stylesheet*/
#template
{
	margin:0px;
	padding: 0px;
	border:0px;
	height:100%;
	text-align:center;
}

table{
  text-decoration: 	none;
  border-style: 	none;
}

td {
	padding:20px;
	text-align:		center;
	vertical-align:	middle;
}

a:link    {text-decoration: none; color: black}
a:visited {text-decoration: none; color: black}
a:active  {text-decoration: none; color: black}
a:hover   {text-decoration: none; color: red}



