/* classi tag */

a { text-shadow: 1px 1px #949494; color: #ee0000; text-decoration: none; }
a:visited { color: #ee0000; text-decoration: none; }
a:hover { text-shadow: 0px 0px #5f5f5f; text-decoration: underline; color: #aa5555; }

/* classi  testo */

.barra { font-family: LucidaGrande; font-weight: normal; font-style: normal; font-size: 24px; color: #882222; }
.intro { text-shadow: 1px 1px #8f8f8f; font-family: Verdana, Arial; font-weight: normal; font-style: normal; font-size: 16px; font-weight: bold; color:#bbbbbb; }
.testo { text-shadow: 1px 1px 1px #c8c8c8; font-family: Verdana; font-weight: normal; font-style: normal; font-size: 16px; font-style: italic; color:#333333; }
.piccolo { text-shadow: 1px 1px 1px #a5a5a5; font-family: Verdana; font-weight: normal; font-style: normal; font-size: 12px; }

/* id */

#menuss {  width: 800px;  margin-right: auto;  margin-left: auto;  top: 25px;  position: relative;  }
#topright { height: 160px;  width: 160px;  z-index: -2;  top: 0px;  position: absolute;  right: 0px; }
#bgss { height: 160px;  width: 160px;  z-index: -3;  bottom: 0px;  position: fixed;  left: 0px; }
