/* CSS Document */

.sfondo {
	background-repeat: no-repeat;
}	
a.aaa:LINK    {text-decoration : none; Color: #000033}
a.aaa:VISITED {text-decoration : none; Color : #ffffff}
a.aaa:HOVER   {text-decoration : underline; Color : #ff0000}


a.bbb:LINK    {text-decoration : none; Color: #000033}
a.bbb:VISITED {text-decoration : none; Color : #000033}
a.bbb:HOVER   {text-decoration : underline; Color : #000033}


a.ccc:LINK    {text-decoration : none; Color: #ff0000}
a.ccc:VISITED {text-decoration : none; Color : #ff0000}
a.ccc:HOVER   {text-decoration : underline; Color : #ff0000}

a.ddd:LINK    {text-decoration : none; Color: #ffffff}
a.ddd:VISITED {text-decoration : none; Color : #ffffff}
a.ddd:HOVER   {text-decoration : underline; Color : #ffffcc}

a.eee:LINK    {text-decoration : none; Color: #999999}
a.eee:VISITED {text-decoration : none; Color : #999999}
a.eee:HOVER   {text-decoration : underline; Color : #ffffcc}