body,html{
	margin:0px;
}
body{
	background-image: url(images/back.jpg);
    background-repeat: repeat-x;
    background-color: rgb(209,225,189);
}
h1,h2,h3{
	margin-top:0px;
	text-align:center;
}
p{
	text-align:justify;
}
body,p,div{
	font: 12px Arial;
	line-height:21px;
}
td{
	vertical-align:top;
	padding:0px;
}
table{
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}
a{
	text-decoration:none;
	color: inherit;
}
input{
    margin-bottom: 3px;
}