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

A:VISITED {
	background-color : transparent;
	color : Purple;
	text-decoration : underline;
}

A:HOVER {
	background-color : #B4B4B4;
	color : Blue;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
}

BODY {
	background-image : url(/css/fmnbp/fmnbp_back.jpg);
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

H1 {
	background-color : Silver;
	border : 1px solid Black;
	color : Blue;
	text-align : center;
	text-transform : capitalize;
}

HR {
	background-color : transparent;
	color : Blue;
}

TD.navbar {
	background-color : transparent;
	color : Gray;
	font-size : x-small;
	text-align : center;
}
TD.update {
	font-size : xx-small;
	text-align : center;
}
TD.link {
	border-left : 1px solid Blue;
}

A.graphic:HOVER {
	border : 0px;
}

TD.header {
	text-align : center;
}
TD.date {
	font-size : xx-small;
}
P.dialouge {
	color : Maroon;
}
TD.updatei {
	font-size : xx-small;
	border-right : 1px solid Blue;
	padding-right : 5px;
	padding-left : 5px;
	}
TD.linki {
	padding-left : 5px;
	padding-bottom : 2px;
	padding-top : 1px;
}

SPAN.commenti {
	font-size : x-small;
	padding-left : 7px;
}

