body {
margin: 0;
padding: 0;
height: 100%;
font-family: "Trebuchet MS", sans-serif;
background: url(bg-green.gif) center lightgreen;
color: navy;
}

input {
font-weight: bold;
color: navy;
font-family: "Trebuchet MS", sans-serif;
font-size: 1em;
}

a {
color: navy;
}

#main {
height: 85%;
}

#header {
text-align: center;
}

#formContainer {
width: 620px;
padding: 10px;
background-color: green;
display: block;
margin: 0 auto;
}

#form {
text-align: center;
white-space: nowrap;
background-color: white;
}

#form P {
color: red;
margin-bottom: 0;
padding-bottom: 10px;
}

#form B {
color: navy;
}

H1 {
text-align: center;
color: #cc2042;
}

#urlForm {
margin-top: 15px;
}

#urlGo {
cursor: hand;
}

#checkResults {
width: 600px;
display: block;
margin: 0 auto;
text-align: left;
}

#checkResults h3 {
color: red;
text-align: center;
margin-bottom: 0;
padding-bottom: 0;
}

#checkResults ol {
margin-bottom: 0;
padding-bottom: 10px;
}

#checkResults li {
color: red;
margin-bottom: 0;
padding-bottom: 0;
}

#copyrights {
width: 100%;
height: 15%;
text-align: center;
}

#copyrights P {
font-weight: bold;
}

#copyrights .red {
font-weight: bold;
color: red;
}
