﻿/* Stili per Alta accessibilità */

html, body 
{ 
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif, Roman;
	text-align: justify;
}
body 
{ 
	font-size: 1.2em; 
	background: #000000; 
	color: #ffffff 
}
hr
{
    width: 100%; 
    text-align: left;
}
ul
{
	list-style:none;
	margin: 0;
}
a:link 
{ 
	color: #80EF90; 
	font-weight: bold; 
	padding: 2px;
}
a:visited 
{ 
	color: #80EF90; 
	font-weight: bold;	
	padding: 2px;
}
a:hover
{
	color: #cc3333;
	background-color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}


/* Titoli */
h6 { font-size: 1.1em; }
h5 { font-size: 1.2em; }
h4 { font-size: 1.3em; }
h3 { font-size: 1.5em; }
h2 { font-size: 1.8em; }
h1 { font-size: 2.0em; }

h1, h2, h3, h4, h5, h6 
{ 
	background: #000000; 
	color: #ffd700; 
}

