/**Begin CSS Style Generator*****************************************/
/**1.1**/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/
/**End CSS Style Generator*****************************************/
/* By Andrea Bianchi WebLink 1997 ~ 2000  http://web-link.it */

body {
	background-attachment: fixed;
	background-image : url("matt.gif");
	}
	
p {  font-family : Times;
         font-size : 13px;
         text-decoration : none;
         color : #AC2214;
			font-weight:bold;
			padding-top: 3px;
 }

  A:LINK { 
         font-family : Times;
         font-size : 13px;
         text-decoration : none;
         color : #AC2214;
			font-weight:bold;
}

A:VISITED { 
         font-family : Times;
         font-size : 13px;
         text-decoration : none;
         color : #AC2214;
			font-weight:bold;
}

  A:HOVER { 
          background:#ac2214;
         font-family : Times;
         color : #ffffcc;
         font-size : 13px;
			font-weight:bold;
			
}


 