/*################################################
#            Meganoide's news v1.1.1             #
#       Sito Web: http://www.spacemarc.it        #
#      Forum: http://www.spacemarc.it/forum      #
#       Licenza: GNU GENERAL PUBLIC LICENSE      #
##################################################

########### File corrente: functions.js #########*/

/* generale */
body { background-color: #efefef; color: #000000; font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif; }

/* testo */
.text { font-size: 14px; }
.text2 { font-size: 12px; }

/* voci dei campi form */
.campi { font-weight: normal; font-size: 12px; }

/* link menu */
a.menu:link, a.menu:visited { text-decoration: none; color: #0000FF; font-weight: "Trebuchet MS" normal; font-size: 12px; }
a.menu:hover { text-decoration: underline; color: #FF0000; font-weight: "Trebuchet MS" normal; font-size: 12px; }

/* link */
a:link, a:visited { text-decoration: none; color: #0000FF; font-size: 12px }
a:hover { text-decoration: underline; color: #FF0000; font-size: 12px }