html,body{
	margin:0;
	padding:0;
}
body, table, tr, td{
	font-family: tahoma;
	font-size: 12px;
}
A  {
	text-decoration : none;
	color: #ec018c;
}
A:hover  {
	text-decoration : underline;
	color: #000000;
	background-color: #ec018c;
}
fieldset {
            width: 750;
            margin: 15px 0px 25px 0px;
            padding: 15px;
}
legend {
            font-weight: bold;
			color: #000000;
}
.button {
            text-align: right;
}
.button input {
            font-weight: bold;
}
html,body{
			margin:0;
			padding:0;
}    

