@charset "UTF-8";

/* Neutralize styling:
Elements we want to clean out entirely: */
html, body, form, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Neutralize styling:
Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding: 0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

/* Apply left margin:
Only to the few elements that need it: */
dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	text-align: left;
 }
html { font-size:100.01%; }

body {
	font-size:1em;
	margin: 0px;
	padding: 0px;
}

.left
{
	float: left;
	padding-left: 20px;
}

.indirizzo {
	font-family:  "arial" sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
}

.indirizzo a {
	color: #666666;
	text-decoration:none
}

.indirizzo a:hover {
	color: #000000;
	text-decoration:none
}

.profilo {
	font-family:  "arial" sans-serif;
	text-align: left;
	font-size: 16px;
	word-spacing: normal;
	width: 570px;
	padding-left: 250px;
	padding-right: 200px;
}

.profilo a {
	font-family:  "arial" sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	display: block;
	text-decoration:none
}

.profilo a:hover {
	font-family:  "arial" sans-serif;
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #666666;
}
