.redtxt {
	color: #FF0000;
}
.blutxt {
	color: #0000FF;
}
.lightblu {
	color: #0000FF;
}
.underline {
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.border {
	border: 1px solid #000000;
	padding: 5px;
	font-size: 12px;
}
.boldbig {
	font-size: 24px;
	font-weight: bold;
}

.italici {
	font-style: italic;
}
.boldyellow {
	font-weight: bold;
	background-color: #FFFF00;
}
.yellow {

	font-weight: normal;
	background-color: #FFFF00;
}
.border2 {

	border: 1px solid #0000FF;
	padding: 5px;
}
.bigfontred {
	font-size: 18px;
	color: #FF0000;
}

.style1 {font-weight: bold}
.style2 {font-weight: bold}
.smalltxt {
	font-size: 12px;
}

