Body { /*background-image: url('images/darkgreen_bg.jpg');*/
		background-color: lightblue;
		background-image: url('images/stars.png');
	}

.dsMainHeader {
	font: bold x-large cursive;
	color: darkred;
	text-align: center 
}

/* account header */
.acctHeader { color: darkred; font: bold x-large cursive; }
.acctHeader2 { color: darkred; font: bold large cursive; }

.stripe{ background-color:lightpink }
/*.stripeHover:hover { background-color:lightblue } */
/*.nostripe{ background-color:transparent } */

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: darkred;
	color: white;
}


.linkNavigation {
	position: absolute;
	top: 50px;
	border: solid 5px darkred;
	padding: 10px;
	background-color: white;
	width: 140px;
}

.linkNavigation3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 57px;
}


.linkNavigation2 {
	background-color: #740909;
	background-image: url('');
}

.mainBorder {
	border: solid 5px darkred;
	background-color: white;
}

.mainOutlineDiv {
/*	display: table; */
	position: absolute;
	top: 50px;
	left: 280px;
/*	right: 50px; */
	right: 50px;
	border: solid 5px darkred;
	padding: 10px;
	background-color: white;
	text-align: left;
}

.dbtable {
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	
	text-align: left;
	padding: 2px;
	width: 100%;
	border-width: 1px;
}

#blendimage {
	background-image: url(/iphone/images/bottom.red.png);
	width: 69px;
	height: 65px;
}
A:link { color: blue; }
A:visited {color: blue;}
A:active {color: blue;}
A:hover {color: blue;}
