* {
	margin: 0;
	padding: 0;
}

body {
background: #233b4c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #02000c;
}

a {
text-decoration: none;
color: #002d4e;
font-weight:bold;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}


a.ciao {
text-decoration: none;
color: #002d4e;
font-weight:normal;
}
a.ciao:hover {
text-decoration: underline;
color: #4F5D7F;
}

a.ciao1 {
text-decoration: none;
color: #ffffff;
font-weight:normal;
}
a.ciao1:hover {
text-decoration: underline;
color: #bfd6e6;
}

h1 {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 18px;
font-weight:bold;
color:#002d4e;
}

h2 {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 22px;
font-weight:bold;

}

h3 {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 22px;
font-weight:bold;
color:#FFFFFF;
}

#h4{
font: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 20px;
font-weight:bold;

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }