body {
    font-family: Verdana, Helvetica, sans-serif; 
    background-image: url('images/lotus.jpg');
    background-repeat: none;
    background-color: black;
}
.content {
    font-family: Verdana, Helvetica, sans-serif; 
    background-color: white;
      color:black; 
}

.home {
      color:white; 
}

.papyrus {
	font-family: Papyrus, Verdana, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1.15em;
}

a.content, a.content:hover {
	color:black;
	text-decoration: none;
}


.navbar {
	color:white;
}

p.navbar {
	background: url(images/bullet.png) left center no-repeat; 
}

a.navbar, a.navbar:hover {
	color:white;
	text-decoration: none;
	font-family: Engravers MT, Verdana, Helvetica, sans-serif; 
	list-style-type: none;
	font-size:2.5;
	padding-left: 10;
	margin-left: 10;

}

/* display link in white, small writing, no decoration */

.discreet, a.discreet, a.discreet:hover, a.discreet:visited {
	color:white;
	text-decoration: none;
	font-size:8pt;
}

/* Rounded Corners */

.round	{ -moz-border-radius:12px; -webkit-border-radius:12px; }