/* -- */
* { 
	margin: 0;
	padding: 0;
	vertical-align: top;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: rgb(0,0,0);
    background-color: rgb(255,139,0);
}
a	{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(40,40,40);
}
a.nav:before {
	content:">> "; 
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}
a.nav:link	{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}
a.nav:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}
a.nav:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(80,0,0);
}

