a {
	background-color : transparent;
	color : Blue;
	text-decoration : underline;
}

a:visited {
	background-color : transparent;
	color : Blue;
	text-decoration : none;
}

a:hover {
	background-color : #F6BC23;
	border-bottom : 1px solid #391462;
	border-top : 1px solid #391462;
	color : #0000FF;
	text-decoration : none;
}

a.button:hover {
	background-color : transparent;
	border : 0px;
}

body {
	background-image : url(/css/BES/bes_back.jpg);
	font-family : Arial, Helvetica, sans-serif;
}

h1 {
	background-color : #391462;
	border : 3px solid F6BC23;
	color : #F6BC23;
	text-align : center;
	text-transform : capitalize;
}

hr {
	color : #391462;
}

span.commenti {
	color : #008080;
	font-size : x-small;
	text-align : left;
}

td.linki {
	padding-bottom : 2px;
	padding-left : 5px;
	padding-top : 1px;
}

td.subjecti {
	border-top : 2px solid #391462;
}

td.update {
	font-size : xx-small;
	text-align : center;

}

td.updatei {
	border-right : 1px solid #391462;
	font-size : xx-small;
	padding-left : 5px;
	padding-right : 5px;
}
SPAN.title {
	font-size : x-large;
	font-weight : bold;
}
SPAN.update {
	font-size : x-small;
}
