/* Stli dei link di base */

a {
	text-decoration: none;
	font-weight : bold;
}

a:link {
	/* color : #9d4e4e; */
	/* ccolor : #5c4a3a; */
	color : white;
}

a:visited {
	/* color : #9d4e4e; */
	/* ccolor : #5c4a3a; */
	color : white;
}

a:hover {
	color : yellow;
}

/* Stili generici per l'elemento Body */

body {
	background-color : #9d4e4e;
	margin : auto;
	text-align : center;
}

/* Stile della sezione "menu" */

#menu {
	/* color : #742727; */
	color : white;
	font : 12px tahoma, verdana, arial, sans-serif;
	margin : auto;
	padding-bottom : 3px;
	padding-top : 2px;
	text-align : center;
	/* width : 734px; */
}

