html {
		background-color: #FF9900;
		height:100%;
}

body {
		margin:0;
		padding:0;

		font-family: Arial;
		color: #000000;
		font-size: 13px;
		background-color: #FF9900;
		/*
		background-image: url(http://www.dancefox.ru/magazin/images/back.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		*/
     }


	td {
		font-family: Arial;
		color: #000000;
		font-size: 13px;
	}

	A:link, A:visited {
		font-family: Arial;
		color: #708090;
		font-size: 13px;
		text-decoration: none;
	}

	A:active {
		font-family: Arial;
		color: #DA251D;
		font-size: 13px;
		text-decoration: none;
	}

	A:hover {
		font-family: Arial;
		color: #DA251D;
		font-size: 13px;
		text-decoration: none;
	}

	strong {
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
	}

	.input_box {
		border: 1 solid #b0b0b0;
		background-color: #ffffff;
		color: #000000;
		font-family: Arial;
		font-size: 13px;
		line-height: 15px;
		font-weight: normal;
	}

	.submit_button {
		font-size: 11px;
		font-family: Arial;
		color: #000000;
		font-weight: bold;
	}

	.small {
		font-family: Arial;
		font-size: 10px;
	}

	.copyright {
		font-family: Arial;
		font-size: 10px;
		color: #a9a9a9;
	}

	A:hover.small {
		font-family: Arial;
		color: #333333;
		font-size: 10px;
		text-decoration: underline;
	}