/* this is the main stylesheet for shoptoday.com.au llast updated 20/09/2000 *//* GENERAL PAGE FORMATTING */body 	{background: #ffffff; 		color:#222222;		font-family:verdana, arial, sans-serif}		.bodytext 	{background: #ffffff; 		color:#222222;		font-family:verdana, arial, sans-serif;		font-size:12px}	a:link 	{color:#669933; 		text-decoration:none}a:visited 	{color:#669933; 			text-decoration:none}a:hover {color:#669933; 		text-decoration:underline}/*this formats nearly all the text on the page. font size is equiv to font="1" */td 		{color:#333333; 		font-family:verdana, arial, sans-serif; 		font-size:11px}/*this is equivalent to font="2". apply locally where applicable*/.reg 	{color:#222222; 		font-family:verdana, arial, sans-serif; 		font-size:12px}/* for those moments when you want font="1" text, but there's no td around it. 	I know that this should be inherited from and inside the body tag, but it won't work properly */.sm 	{color:#333333; 		font-family:verdana, arial, sans-serif; 		font-size:xx-small; font-style: normal; line-height: normal; font-weight: normal}		/* replaces the bold tag */.em		{font-weight:bold}/* replaces the underline tag */.u		{text-decoration:underline}/* replaces the italic tag */.i 		{font-style:italic}/* "heads up" text colouring - informational use on the site  */.info 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:9px;		font-weight:normal;		color:#333333}/* "corporate header" colour */.corp {	color:#CCCC99}/* this is primarily aimed at netscape - to make form elements close to the default font styling*/.form 	{font-family: sans-serif; 			font-size:12px}/* HEADINGS *//* a "sub-header" for use within articles. same as h5, but not the "corp" colour */.sub 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:13px;		font-weight:bold;		color:#222222}		/*translated version of standard <hx></hx> tags. */		.h1 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:32px;		font-weight:bold;		color:#669933}.h2 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:24px;		font-weight:bold;		color:#669933}.h3 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:18px;		font-weight:bold;		color:#669933}.h4 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:16px;		font-weight:bold;		color:#669933}.h5 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:13px;		font-weight:bold;		color:#669933}.h6 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:10px;		font-weight:bold;		color:#669933}.h6leading 	{font-family:verdana, arial, helvetica, sans-serif; 		font-size:11px;		font-weight:normal;		color:#669933} 