* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
}

h1 {
color: #009cd3;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-size: 2em;
text-align: center;
padding-top: 15px;
}

p {
margin: 10px 0 20px 0;
}

td {
padding: 5px;
color: #009cd3;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 600;
font-style: italic;
font-size: 1.1em;
}

input {
}

.time{
color:#aaaaa0;
}
.result {
color:#552377;
}
.result0{
color: blue;
}
.result1{
color: green;
font-weight: 600;
}
.error{
color: red;
font-weight: 600;
}
.response {
}

#wrapper {
width: 950px;
margin: 20px auto;
background-color: yellow;
}

#wrapper-inner {
background-color: white;
text-align: left;
margin: 15px;
}

#header {
width: 100%;
text-align: center;
}

#footer {
width: 100%;
clear: both;
padding: 10px;
text-align: center;
}

#content {
width: 100%;
}

#left {
padding: 10px;
width: 170px;
float: left;
}

#right {
padding: 10px;
width: 125px;
float: left;
}

#center {
width: 720px;
float: left;
}

#redButton {
background-color: red;
font-weight: 600;
color: yellow;
cursor: hand;
}