<!--
/* Standard StyleSheet for Learning2Match.com  */ 

BODY { 
	font-family	: verdana, Arial, Helvetica, sans-serif; 
	font-size	: 8pt;
	color       : #370097;
}
a.whitefont {
         color             : "white";
         cursor            : hand;
         text-decoration   : underline;
}
a.blackfont {
         color             : "black";
         cursor            : hand;
         text-decoration   : none;
}
a.blackfont:hover {
         color             : "#EF2B2F";
}

a.image {
         cursor            : hand;
         text-decoration   : none;
}

a.smallblackfont {
         color             : "black";
         font-size	   : "8pt";
         cursor            : hand;
         text-decoration   : underline;        
}

}
td {
	font-size	: "8pt";
	color		: "white";

}


TEXTAREA	{
	FONT-FAMILY:Arial Narrow, Arial;
	FONT-SIZE: 14px;
	border: 1px #ABB0BA;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	}
INPUT	{
	FONT-FAMILY:Verdana, Arial;
	FONT-SIZE: 12px;
	border: 1px #000000;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	}
SELECT	{
	FONT-FAMILY:Verdana, Arial;
	FONT-SIZE: 11px;
	border: 1px #ABB0BA;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	}


-->