body { 
   background-image: url(http://abc-e.info/coach/images/logo1.png);
   background-attachment: fixed;
   background-repeat: no-repeat; 
   font-family: arial,helvetica,serif;
   color: #284444;
   font-size:12pt;
   font-weight: normal; 
}

/**** style per i links ****/
a:link {
   color: #284444;
   font-weight: normal;
   text-decoration: none;
}

a:visited {
   color: #284444;
   font-weight: normal;
   text-decoration: underline;
}

a:active {
   color: #284444;
   font-weight: normal;
   text-decoration: none;
}

a:hover {
   color: #EB2D6C;
   text-decoration: underline;
}

/**** style per il footer ****/
#footer {
	border: 0em;
	border-spacing: 0em;
	padding: 0.5em;
	width: 100%;
	vertical-align: bottom;
	border: none;
   padding: 0.1em 0.1em;
   text-align: center;
   font-family: Verdana,Arial,serif;
   font-size: 9pt !important;
   font-weight: normal;
	}

