/* CSS Document */

.input {
    background: #ffc;
}
.footer {
	font-size: 12pt;
	padding-top:8px;
	width: 470px;
	text-align : center;
}
.input:hover {    
    background: #ff6;
}
.button {
    background: #ccf;
}

label {
    display: block;
    width: 170px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: left;
}
br { clear: left; }
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {font-size:16; font-weight:bold; color: red;}