/*



******************************************************************************

Bazzmann Site Labs©  |  Cascading Style Sheet  |  General Definition



This document will set up the standard definition for the whole site, 

including special parts and cutting effects.

No special effects like IE CSS or NS CSS will be used, just the 

standards of the Web Consortium defined on http://www.w3.org.



This site will encounter the Web Accessibility Initiative, so if you have

some suggestion about it please contact me at css@bazzmann.com.



Many thanks for reading this few lines.

******************************************************************************







/*  Standard links  */



A:link {

	color:#663300;

	text-decoration: underline;

	font-family: Courier New, Courier, mono;

}

						


						

A:active {		

	color:#663300;

	text-decoration: underline;

	font-family: Courier New, Courier, mono;

}	

						

A:visited {		

	color:#663300;

	text-decoration: underline;

	font-family: Courier New, Courier, mono;


}



						


A:hover {		

	color:#663300;


	text-decoration: none;

	font-family: Courier New, Courier, mono;

}					



/*  Links over Bazzmann Red Background */



/* Now setting GOLD links... */



A.scuro:link {

			color: #663300;

			text-decoration: none;

}



A.scuro:active {

			color: #663300;

			text-decoration: none;

}



A.scuro:visited {

			color: #663300;

			text-decoration: none;

}



A.scuro:hover {

			color: #663300;

			text-decoration: underline;

}





/*  Justifying tags:  P - TABLE - TD - TR  */



P.giustificato 




				{

	text-align: justify;


	font-family: Courier New, Courier, mono;

	font-size: small;

}





TD.giustificato 



				{

	text-align: justify;

	font-family: Courier New, Courier, mono;

	font-weight: normal;

	font-size: small;

}





TABLE.giustificato 



				{

	text-align: justify;

	font-family: Courier New, Courier, mono;

	font-weight: normal;

	font-size: small;

}



TR.giustificato 




				{

	text-align: justify;

	font-family: Courier New, Courier, mono;

	font-weight: normal;

	font-size: small;

}