#web-design h1 {
	font-size: 24px;
	color: #ffc000;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	font-weight: lighter;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Raleway', "Times New Roman", Times, serif;
}

#comunicazione h1 {
	font-size: 24px;
	color: #c3f160;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	font-weight: lighter;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Raleway', "Times New Roman", Times, serif;
}

#eventi h1 {
	font-size: 24px;
	color: #00f5fe;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	font-weight: lighter;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Raleway', "Times New Roman", Times, serif;
}

h2 {
	font-size: 16px;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: lighter;
	letter-spacing: 0pt;
	border-bottom: 1px thick #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid grey;
}

p {
	font-size: 14px;
	margin: 0px 0 0 0;
	text-align: left;
	color: #393939;
	font-weight: normal;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 1px solid #494949;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
