.header
  {
}


DIV.header {
	background-color: navy;
	color: white;
  height: 25px;
  padding: 0px;
  margin: 0px;
  top: 0px;
}

A.header {
	text-decoration: none;
	font-weight: bold;
	color: yellow;
	font-size: small;
	font-variant: small-caps;
}


A {
	text-decoration: none;
	font-weight: bold;
	color: navy;
}

LI.menu {
	text-decoration: none;
	font-weight: bold;
	color: navy;
	cursor: pointer;
}

DIV.menucontent
{
	font-size: small;
	border-left: thin solid green;
	padding-left :10px;padding-left :10px;
}
	
TR.titolo
{
	color: yellow;
	font-variant: small-caps;
	background-color: navy;
}

H2.titolo
{
	color: navy;
	font-variant: small-caps;
}

body 
{
	margin: 1em;
}