a { 
	text-decoration: none;
}
a:hover {
	color: red;
}
a.navbar { 
	color: white;
}
a.navbar:hover {
	color: red;
}
body {
	background-color: white;
	background-image: url(img/background.jpg);
}
caption {
	text-align: left;
	text-decoration: underline;
}
h2,h3,h4,h5,h6 {
	text-align: center;
}
img {
	vertical-align: middle; 
	border: none; 
}
img.navbar {
	height: 24px;
	width: 24px;
}
img.thumbnail {
	border-width: 0px;
}
ol.lettered {
	list-style-type: upper-latin;
}
p {
	padding-left: 1em;
}
p.centered {
	text-align: center;
}
p.copyright {
	color: gray;
	font-size: x-small;
	text-align: center;
}
p.indent {
	padding-left: 4em;
}
td.album {
	vertical-align: middle;
}
td.main {
	text-align: left;
	vertical-align: top;
}
td.navbar {
	height: 24px;
	font-size: 15px;
	font-family: serif;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
ul.pics {
	list-style-image: url(img/emblem-pictures.png);
	text-align: center;
}
span.titolo { 
	color: black; 
	font-weight: bold;
	font-size: large;
	text-transform: uppercase; 
}
td.td_index {
	width: 215px;
	vertical-align: top;
}
