﻿body
{
	background-color: white;
	border-color: Black;
	font-family: Arial;
}

html
{
	background-color: white;
	border-color: Black;
	font-family: Arial;
}

/*TABELLE*/

table.tableblu
{
	background-color: white;
	border-width: 10px;
	width: 100%;
	
	height: 100%;
}

tr.normal
{
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

/*IMMAGINI*/

.logo
{
	width: 10%;
	vertical-align: middle;
	text-align: center;
}

#logo
{
	width: 60%;
}

/*DIV*/

div.blu
{
	background-color: white;
	border-color: #EFF3FB;
	vertical-align:middle;
	text-align:center;
}

div.footer
{
	text-align: right;
	background-color: white;
	height: 100%;
	width: 100%;
}

