/**
 * Style sheet basic
 */
body
{
	width:900px;
	margin:10px auto;
	font-family:"Lucida Grande", Arial, san-serif;
	font-size:.7em;
	color:#ffffff;
}

img
{
	margin:0px;
	border:0px;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a:visited
{
	font-weight:bold;
	color:#ffffff;
}

a:active
{
	font-weight:bold;
	color:#ffffff;
}

a:hover
{
	font-weight:bold;
	color:#ffff00;
}
