body, td, th, input {
font-family: Arial;
font-size: 12px;
color: #004F8E;
}

.mention {
	font-size: 10px;
	color: #333333;
	font-style: italic;
}

a {
color: #004F8E;
text-decoration: underline;
}

a:hover {
color: #004F8E;
text-decoration: underline;
}

html { overflow-y: scroll; }

input {
	border: 1px solid #004F8E;
	background-color: #EEEEEE;
	padding:1px;
	}
input#submit {
	background-color: #004F8E;
	color:#FFFFFF;
}