h1 {font-size:2em; font-weight:bold}
h2 {font-size:1.8em; font-weight:bold}
h3 {font-size:1.5em; font-weight:bold}
h4 {font-size:1.4em; font-weight:bold}
h5 {font-size:1.2em; font-weight:bold}

strong { font-weight:bold; }
a { color:#444; text-decoration:underline }
a:hover { color:#d70400; }
#navigation li {
	display:block;
	float:right;
	height:40px;
	line-height:40px;
	padding:0px 10px 0px 10px;
	text-shadow: #555 1px 1px 0;
}
#navigation a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
#navigation a:hover {
	color:#42651C;
	text-decoration:none;
}
#form_contact .input_text {
	width:100%;
	height:18px;
	background-color: #ddd;
	padding:0px;
	border:0px;
	padding:2px;
}