a:link
{
	color : #00000;
}
a:visited
{
	color: #000080; 
} 
a:active 
{
	color: #00000;
}
A:HOVER
{
	Color : red;
	text-decoration : none;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Microsoft Sans Serif;
	background-image: url('images/sfondo.jpg');
	color: #00000;}

table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Microsoft Sans Serif;
}
h1
{
	color: #000080;
	font-size: 22pt;
	text-align: center;
}
h2
{
	color: #000080; 
}
h3
{
	color: rgb(51,153,102);
	text-align: center;
	font-size: 14pt; 
}
h4
{
	color: rgb(51,153,102);
}
h5
{
	color: Black;
	font-size: small;
	font-weight: normal;
}
h6
{
	color: #000080;
	font-size: x-small;
	font-weight: normal;
}
p
{
	font-size: 10pt;
}
a
{
	font-size: 8pt;
}