/*Basic rules kind to NN4 etc, such as fonts, bg colour, text, links colours*/

/*It gets rid of default page margin or padding around page's content, useful when you want to position elements relative to the edges of the browser window*/
body {
 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
	background-color : #fff;
 	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 1em;
 	PADDING-BOTTOM: 0px;
	MARGIN: 0px 0px 0px 1px;
   	PADDING-TOP: 0px;
 }

/*NN4 has got a specific failure to understand inheritance from body, so we must be redundant!*/
p, td, ul, ol, ul, li,dl,dt,dd {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
}

 
#header {
	BACKGROUND: #fff; 
	MARGIN-BOTTOM: 3px; 
	PADDING-TOP: 10px;
}

 .tagline {
	background-color : white;
	color : green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	width : 203px;
	margin-top : 0px;
	text-align : center;
}

a {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	PADDING-BOTTOM: 2px;
	COLOR: #090;
	background-color: #fff;
	PADDING-TOP: 2px;
	TEXT-DECORATION: underline;
}

a:hover {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	PADDING-BOTTOM: 2px;
	COLOR: #fff;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #090;
	TEXT-DECORATION: underline;
}

/*specific for friend's sites' links*/
a.irpiniabiz {
background:#00f; 
color: #fff; 
font-size:9px;
}

a.irpiniabiz:hover {
background:#fff; 
color: #00f; 
font-size:9px;
}

a.italiansinlondon {
background:#000; 
color: #fff; 
font-size:9px;
}

a.italiansinlondon:hover {
background:#fff; 
color: #000; 
font-size:9px;
}

a.rossofuoco {
background:#f00; 
color: #fff; 
font-size:9px;
}

a.rossofuoco:hover {
background:#fff; 
color: #f00; 
font-size:9px;
}

/*end of specific for friend's sites' links*/


/*end of basic.css*/
