﻿h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
td {
	vertical-align: top;
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	text-align: center;
	font-size: small;
}

a:link {
	text-decoration: none;
	color: #6699FF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CCCCFF;
	font-weight: bold;
}

img {
	border: 0px
}
img:link {
	text-decoration: none;
	color: #6666FF;
	font-weight: bold;
	border: 0px
}
img:visited {
	border-style: none;
	text-decoration: none;
	color: #6600FF;
	font-weight: bold;
}
img:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.centrato {
	text-align: center;
}
hr {
	width: 770px;
	color: #808080
}
