/* CSS Document */

a:link,a:visited {
	text-decoration:none;
	color:#990000;
	font-size:14px;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
	color:#CC0000;
	font-size:14px;
	font-weight:normal;
}

a:active {
	text-decoration:none;
	color:#990000;
	font-size:14px;
	font-weight:normal;
}

.title_sec {
	font-size:30px;
	background-color:#f8f2e6;
	border-width:medium;
	border-style:dotted;
	border-color:#990000;
	color:#8e4441;
	text-align:center;
}

body {
	background-color:#f8f2e6;
}

.menu_sec {
	font-size:15px;
	border-width:medium;
	border-style:dotted;
	border-color:#990000;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}

.logo_sec {
	background-image:url(../img/prova3.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.text_sec {
	border-color:#990000;
	border-width:thin;
	border-style:dotted;
	color:#990000;
	text-align:justify;
}

.sect_box_text {
	overflow:auto;
	position: static;
	visibility: visible;
	height: 450px;
	width: 95%;
	padding: 15px;
	scrollbar-face-color: #f8f2e6; 
	scrollbar-highlight-color: #f8f2e6; 
	scrollbar-shadow-color: #f8f2e6;
}

.date_prog {
	font-weight:bold;
	text-decoration:underline;
	color:#f8f2e6;
	font-size:18px;
}

.artist_prog {
	color:#500000;
	font-weight:bold;
}

.form_sel {
	background-color:#f8f2e6;
	color:#990000;
}

.form_subj {
	background-color:#f8f2e6;
	color:#990000;
	border-color:#990000;
	border-width:thin;
	border-style:dashed;
}

.form_obj {
	background-color:#f8f2e6;
	color:#990000;
	border-color:#990000;
	border-width:thin;
	border-style:dashed;
}

.form_butn {
	background-color:#f8f2e6;
	color:#990000;
}


