/*---------------------------------------------------------------------*/
/*     D:\www\casaflamenca\css\corpstyle.css                           */
/*                                                                     */
/*    Author     :  Ali Barimani                                       */
/*    Creation   :  Wed Oct  4 19:04:59 2000                           */
/*    Last change:  Mon Nov 13 19:02:12 2000  (alibarim)               */
/*                                                                     */
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/*    Class Style Definition ...                                       */
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/*    Tags Style Definition ...                                        */
/*---------------------------------------------------------------------*/

TR
{
	font: 10pt;
	font-family: Verdana;
}

BODY
{
	font: 10pt;
	font-family: Verdana;
	margin-left: 10pt;
	background: #FFF3D9 url(../images/background.gif) 
	/*background-repeat: repeat-x*/
	/*background-position: 0px 100px*/
}

A:link, A:active, A:visited
{
	text-decoration: none;
	color: rgb(0, 0, 0);

}

A:hover
{
	text-decoration: underline;
	color: rgb(226, 61, 60);
}

