/*	Core styles for www.azimut2.com

	[UNIX. UTF-8, tab=4spaces]										col.79 -> *
	
	------------------------------------------------------------------------ */


body, div, p, th, td, input, select {
	font : 13px Verdana, Arial, Helvetica, sans-serif;
}

/*	headings :: reduce scaling defaults from most UAs.
	------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family : "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}
h1 {font-size : 225%;}
h2 {font-size : 200%;}
h3 {font-size : 175%;}
h4 {font-size : 150%;}
h5 {font-size : 125%;}
h6 {font-size : 100%;}

/*	logical phrase elements :: ensure standard rendering. modify as needed.
	------------------------------------------------------------------------ */

abbr, acronym {
	border-bottom : 1px dashed;
}
dfn, em, var {
	font-style : italic;
}
code, kbd, samp {
	font-family : "Lucida Console", Monaco, "Courier New", monospace;
}
strong {
	font-weight : bold;
}
del {
	text-decoration : line-through;
}
ins {
	text-decoration : underline;
}
address {
	font-style : normal;
	font-size : 85%;
}
	
/*	non-textual elements :: 
	------------------------------------------------------------------------ */

img {
	border : 0px !important;
}
