/* CSS document */

/* Body */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Menu */
.menu {
	color: #FFFFFF;
	font: Astronaut;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #000000;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Menu - Titolo */
.menut {
	color: #E31925;
	background-color: #000000;
}

/* Link redefinitions */
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E31925;
	font-weight: bold;
	text-decoration: none;
}

/* Definizioni dei contenuti */
.cont_1 {
	font: Astronaut;
	font-size: 14px;
	color: #FFFFFF;
}
.form {
	height: 22px;
}
.select {
	color: #FFFFFF;
	background-color: #000000;
	width: 150px;
}
.content {
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	font-family: "Bitstream Vera Sans", Courier, monospace;
	text-decoration: none;
}
.h3 {
	color: #E31925;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
}
.h4 {
	color: #E31925;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}