  
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #000000;
	background: #000000 url(../images/fondo_home.jpg) no-repeat top;
	margin: 0px;
	border: 0px}

a:link {
	font-weight: bold;
	color: #660000;
	text-decoration: none}
	
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none}
	
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline}

a:active {
	font-weight: bold;
	color: #CC0000}

a:focus  {
	font-weight: bold;
	color: #CC0000}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 3px 0px}

#bg_bianco {
	color: #FFFFFF;
	background: #000000 url(../images/fondo.jpg) no-repeat top left}

#img_bordo {
	border: 10px solid #376db9}
	
/***********************************************/
/* DIV tag styles	   							*/
/***********************************************/
