/* CSS Document */
.normalText{
	font-size: 90%;
}

.nomiDottori{
	font-size: 110%;
	color: #09F;
	font-weight: bold;
}

.footerText{
	color: #fff;
}

.linkFooter{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.linkFooter:hover{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.titolo{
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #198C5D;
	margin-left: 300px;
	padding-left: 50px;
	color: #fff;
}

.sottotitolo{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
}
