/* Family */

body, input {
	font-family: "Verdana";
	color: #333333;
	text-decoration: none;
}

/* Size */

body {

	font-size: 80%;
}
a {
	font-family: Verdana; 
font-size: 10px;
	text-decoration: none;
	align: justify;
	color: #006666;
}
a.:hover {
	font-family: Verdana; 
font-size: 10px;
	text-decoration: none;
		font-weight: bold;
	align: justify;
	color: #0099CC;
}


.testo {
	font-family: Verdana; 
	font-size: 10px;
	font-weight: normal ;
	color: #006666;
}

.titolo {
 	font-family: Verdana, Arial, Helvetica,;
	font-size: 15px;
	font-weight: bold;
		color: #333333;
}
.titolo:hover {
 	font-family: Verdana, Arial, Helvetica,;
	font-size: 15px;
	font-weight: bold;
		color: #006666;
}



h1, h2, h3, div.table caption, ol.company li, ol.candidate li {
	font-size: 1.3em;
}

h4, div#focus h3, div#companycp h3, div#candidatecp h3 {
	font-size: 1em;
}



input, legend, label, select,text area {
	font-size: 0.9em;
	color: #330033;
}
