@import url(ns4sux.css);

A:link {
	color : Navy;
	background : transparent;
}

A:visited {
	color : Maroon;
	background : transparent;
}

A:hover {
	text-decoration: none;
	color: #0000CC;
	background : #00FFCC;
}

BIG {
	font-weight : bold;
}

BODY {
	background : White url(bgrsign.gif);
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
}

H1 {
	text-align : center;
	color : Red;
	font : 300% "Comic Sans MS", "Century Schoolbook", Arial, sans-serif;
	background : transparent;	
	
}

H2 {
	text-align : center;
	color : Purple;
	font : 200% "Mead Bold", "Mercurius Script MT Bold", "Times New Roman", cursive;
	background : transparent;

}

H3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Blue;
	text-align : left;
	border : thin solid Navy;
	background : Silver;
	width : 90%;
	font-weight : bold;
	padding-left : 10px;
}

H4 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	background : transparent;
}

PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 90%; 
	margin-top : 0;
	margin-bottom : 0;
}

Q {
	font-style : italic;
}

/*Classi*/


BODY.sard {
	background : White url(tegus/sardine.jpg);
	color: Black;
}

BR.libero {
	clear: both;
}

DIV.year h3 {
	text-align: center;
}

H1.image {
	margin: 10px 10px;
}

H1.np {
	font-size : 200%;
}

P.center {
	text-align : center;
}

P.right, DIV.right {
	text-align : right;
}

P.domanda {
	font-style : italic;
}

P.risposta {
	font-weight: bold;
}

SPAN.st {
	color : Blue;
	font-style : italic;
	background : #FFFFCC;
}

.cap {
	border : 6px outset Silver;
	background-color: white;
	color:Navy;
}

UL.lista {
	line-height : 200%;
}

.picc {
	font-size : 80%;
}

.frame {
	border : thin dashed #FFCC00;
	background-color : #FFFFCC;
	color: Black;
	vertical-align : top;
}