
body {
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	background-image:url('design_pics/background.png');
	background-repeat:repeat-x;
}

a,a:link,a:visited,a:active {
	color: #A9682E;
	text-decoration:none;
}
a:hover {
	color: #4D8199;
	text-decoration:underline;
}

.param_error
{
	color:#ff0000;
}
