body{
	padding: 0;
	margin: 0;
	font-family: "MS Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	line-height: 135%;
	color:  #000;
}

.navigation a{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

.navigation a:visited{
	color: #333;
	text-decoration: underline;
}

.navigation a:hover{
	color: #f63;
	text-decoration: underline;
}


.navigation{
	padding: 30px 10px 30px 20px;
	background-image: url("../images/stripe_orange_light.gif");
	background-repeat: repeat-x;
	background-position: 0 20px;
}