/*	Main style sheet for Piccola Rossa website		*/

/*	*********    code		**********		 */

/* BGROUND AND MARGIN	*/

 body {
    text-align: center; /*centra in IE*/
    background: #eeeeee; color: #FF0000;
	 }

 div#main {
    width: 770px;
    margin: 0px auto; /*centra negli altri browsers*/
    }
	 
   A:link {color:#ff0000}
   A:visited {color:#ff0000}
   A:hover {color:#FF6600}
   A:active {color:#FFCC00}
	

	
/*	-- TEXT STYLES --				*/


  /*simple text */
.txt {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; font-style: italic; color: #663366; text-decoration: none; text-align: justify;
	}
	
	/*title text */
.txt2 {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: bold; font-style: normal; color: #ff0000; text-decoration: none; text-align: center;
	}
	/*title text */
.txt2p {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: bold; font-style: normal; color: #663366; text-decoration: none; text-align: center;
	}
.txt5 {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; font-style: italic; color: #663366; text-decoration: none; text-align: center;
	}
	
	/*	-- GUESTBOOK STYLES --				*/


  /*messaggio text */
.txt3 {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; font-style: italic; color: #663366; text-decoration: none;  text-align: left;
	}
	
	/*dati text */
.txt4 {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: bold; font-style: normal; color: #ff0000; text-decoration: none; text-align: left; 
	}
	
	
	
	/*	-- IMG STYLES --				*/


  /*border color */
.brd {
	color: #FFCC00;



/*	*************		code end		**************	*/

