body {
	font: 62.5% Verdana, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
h1 { font-size: 2.0em; text-align: center; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

.title {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.4em;
}

form {
    border: 1px solid lightBlue;
}

input, textarea {
    border: 1px solid darkBlue;
}

.submit {
    background: lightBlue;
}

a:link, a:visited, a:active {
    color: darkBlue;
}

a:hover {
    color: lightBlue;
}

.message {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid lightBlue;
    line-height: 150%;
}

.small {
    font-size: 0.8em;
}
