body{
	background-color:#55ACEE;
	color:#600;
}

table{
	alignment-adjust:central;
	border:5;
}

input[type=text] , input[type=number], input[type=email], 
input[type=file],input[type=date],input[type=tel],input[type=checkbox], input[type=password], select {
  border: 1px solid #600;
  border-radius: 2px;
  background-color:#CAE4FF;
  height:auto;
  padding-left:4px;
}

input[type=submit]
{
	background-color:#600;
	color:white;
	width:170px;
	height:30px;

}

.heading
{
	background-color:#55ACEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#600;
	alignment-adjust:central;
	text-align:center;
}


hr
{
	border: 1px solid;
	border-color:#600;
}


