/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: black;
	color: white;
	margin: 5;
}
/* Style for hrefs. */
A{
text-decoration:none;
color:#C71585;
}
A:hover{
color : red;
}
/* Style for all table cells. */
TD{
color:#F5F5F5;
font-size:10px;
text-align:center;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}
.NAV{
width:100%;
color:#000000;
font-size:14px;
text-align:center;
}
.NOME{
color:white;
font-size:24px;
}
.LEG{
width:100%;
color:#F5F5F5;
font-size:12px;
text-align:center;
}
.MUS{
width:100%;
color:#800080;
font-size:12px;
text-align:center;
}
#INFO{
position:absolute;
top:0;
left:-1000px;
font-size:12px;
width:200px;
text-align:left;
visibility:show;
background-image : url(../../graphics/titprbg.gif);
color:navy;
padding-left:5px;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
}
