#NavBar{
	display: block;
	
	width: 250px;
	height:300px;
	list-style-position: inside;
	padding: 10px;
	float: left;
	font-family:osaka;
	font-size: 10pt;
	color: white;
	text-align: left;
	}
#NavBar a:visited{
	color: #00CCFF;
	font-family: osaka;
}
#NavBar a:active{
	background: white;
	font-family: osaka;
}
body{	
	background-image: url('web_bground3.png');
	background-repeat: repeat-y;
	}
#text{
	text-align: left;
	font-size: 10pt;
	font-family: arial, times, "times new roman";
	color:white;
	font-family: osaka;
	font-size: 8;
	float:center;
	padding:10px;
	width: 65%;
	margin-left:275px;
	
}		
h1.blue{
		color: #580000;
		text-decoration: underline
}
.bold{
		font-weight: bold;
		text-decoration: underline;
}
body a {color: white;
		font-family: osaka;
}

