html, body	{
	font-family : Arial;
	margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	}

a	{
	font-size :  14px;	
	font-weight: bold;
	text-decoration : none;
	color : black;	
	}
	
a:active a:visited a:hover	{
	text-decoration : none;
}

  			
TD.offer {
	text-align : center;
	border : 1px solid #d4535b;
	background-color: #d4535b;
}

a.secret	
{
	font: bold;
	text-decoration : none;
	color : white;
	font-size :  15;
}

a.secret:hover
{
	border-bottom :  1;
	color : Black;
	font-size :  15;
	font: bold;
}

input
{
	color : Black;
	background-color : White;
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	width: 80px
	height: 20px
}

img
{
	border : 0;
}

