* {
margin:0; padding:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#FFF;
color:#000;
}

a {
color:#0000FF;
text-decoration:none;
}
a:hover {
text-decoration:none;
}


#top {
padding:5px;
}

input.champs {
	width:400px;
	font-size:30px;
}

input.submit {
	font-size:30px;
}
#result_report {
	padding:2px;
	padding-left:15px;
	border-top:1px solid #0000FF;
	height:21px;
	line-height:21px;
	background-color:#AAAAFF;
	margin-top:10px;
	margin-bottom:10px;
}

.title {
	font-weight:bold;
	font-size:14px;
}

.description {
	text-align:justify;
}

.url {
	font-size:10px;
	color:#AAAAFF;
}