diff --git a/core/function.php b/core/function.php
index 1892566..127325e 100755
--- a/core/function.php
+++ b/core/function.php
@@ -446,7 +446,6 @@ function lista_moduli () {
ORDER BY
moduli_page.ordine
";
-
$res_page = mysql_query( $query, $DB_ID ); ?>
diff --git a/risorse/stili/stile.css b/risorse/stili/stile.css
index 4c320e0..f12dd8d 100644
--- a/risorse/stili/stile.css
+++ b/risorse/stili/stile.css
@@ -70,6 +70,7 @@ td.col3valore { font-family: verdana; font-size: 12px; text-align: left; vertic
td.col3valore2 { font-family: verdana; font-size: 10px; text-align: left; vertical-align:middle; width:200px; height: 10px; text-decoration: none; color: #000000; }
td.colip { font-family: verdana; font-size: 10px; text-align: left; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}
+td.colipb { font-family: verdana; font-size: 13px; text-align: left; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap; font-weight: bold;}
td.textr { font-family: verdana; font-size: 10px; text-align: right; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}
td.textc { font-family: verdana; font-size: 10px; text-align: center; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}
td.textl { font-family: verdana; font-size: 10px; text-align: left; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}