BODY  { color: black; font-style: normal; font-size: 10pt; font-family: tahoma, arial; background-image: url(image/marwhite.jpg);  background-attachment: fixed; }

H1  { color: red; font-size: 16pt; letter-spacing: 3pt }
H1.red { color: red }
H1.black { color: black }

H2  { color: blue; font-size: 14pt }
H2.red { color: red }
H2.black { color: black }

H3  { color: black; font-size: 12pt }
H3.red { color: red }
H3.blue { color: blue }

TR { font-size:10pt; }

TR.primo  { font.weight: bold }

A:link, A:visited {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
