﻿body{
	color: gold;
	background-color: black;
	font-size: 8pt;
	font-family: Verdana;
}

table {
	font-size: 8pt;
}

.white {
	background-color: white;
	color: black;
	font-size: 8pt;
	font-family: tahoma;
}

a:link {
  	color: blue;			/* colore link */
  	/*text-decoration: none	/* style link */
}	 		
a:visited {
  	color: purple }			/* colore link visitato */
a:hover {
	color: red }  			/* colore link evidenziato */
