/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
font: 76%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
outline: 1px dotted invert;
}

hr
{
border-color: #ccc;
border-style: solid;
border-width: 1px 0 0;
clear: both;
height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
font-family:Arial, Helvetica, sans-serif;
font-size: 1.8em
	
}

h2
{
	font-size: 1.5em;
	
}

h3
{
	font-size: 1.4em;
	
	
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 1em;
}

h6
{
	font-size: 0.8em;
}

h2#page-heading {font-size:1.2em; letter-spacing:0.1em}


#content
{
font-size:1.1em
	
}

#colonna_1 .box
{
font-size:1em
	
}


.news h3
{
	font-size: 1.1em;
	
	
}


.article h3
{
	font-size: 1.3em;

	
}

