/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	background-color: #CCCCCC;
}

h1, h2 {
    margin: 0 0 5px 0;
    font-size: 120%;}

h2 {
    font-size: 100%;
}

p {
    margin: 0 0 1 0;
    padding: 0 20px;
    font-size: 85%;
    line-height: 1.4;
}

.footer {
font-size:60%;
}

.warning {
    font-weight: bold;
    color: #f00;
}

form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

label {
    font-weight: bold;
    display: block;
}

