/* ###################################################################

  Basic Styles For all CSS Browsers

  filename: layout.css
  dependencies: none
  last update: May 31, 2005

################################################################### */


/* +Structure
------------------------------------------------------------------- */
*
{
	font: normal 11px verdana,arial,helvitica,sans-serif;
	color: #333;
}
/* +Links
------------------------------------------------------------------- */
a
{
	color: #f48227;
	text-decoration: none;
}

a:hover
{
	color: #bf651c;
}

a:visited
{
	color: red;
}

a:active
{
	color: red;
}
