body {
	background-image: url("images/menubag.gif");
}

p {	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	text-indent: 15px;
}

a {
	color: white;
}

a:link {
	color: white;
	text-decoration:none;
}
a:visited {
	color: white;
	text-decoration:none;
}

a:hover {
	color: orange;
	text-decoration:underline;
}