<!--
		body {
			font-family: courier, verdana, monospaced;
			font-size: small;
			background: #cecece;
			text-decoration: none
			color: black;
			
			position: relative;
			padding: 0px;
			margin: 0px;
			width: 100%;
			height: 100%;
			
			scrollbar-highlight-color: #ffffff;
			scrollbar-shadow-color: #ffffff;			
			scrollbar-arrow-color: #000000;
			scrollbar-track-color: #ffffff;			
			scrollbar-darkshadow-color: #cccccc;
			scrollbar-lightshadow-color: #eeeeee
			scrollbar-base-color: #ffffff;
						
		}
		/* the anchor tag properties unless overridden */
		a {
			background-color: #bbb;
			color: black;
			text-decoration: none;
		}
		a:hover {
			background-color: #dedede;
		}

		hr {
			margin: 0px;
			padding: 0px;			
			border: 0px;
			height: 1px;
			border-bottom: 1px solid black;
		}
		
		.header {
			background-color: white;
			color: black;
			border-bottom: 1px solid black;
			
			width: 100%; 
			height: 40px;
			margin: 0px;
			padding: 00px;
			top: 0px;
			
			filter:alpha(Opacity=70, FinishOpacity=70,Style=1);
		}

		.headerimage {
			margin: 10px 0px 0px 0px;
			border: 0px none black;
		}
	
		.houses { /* housepages */
			margin: 20px 20px 20px;
			background color: white;
		}	
		/* Navigation Styles */
		.nav { /* Nav bar as a whole */
			
			background-color: white;
			color: black; 
			float: right; 			
			
			border-left: 1px solid black;
			border-bottom: 1px solid black;
			
			padding: 0px 0px 0px 0px;
			
			filter: alpha(Opacity=70, FinishOpacity=70,Style=1);
			
		}
		.navimage { /* image in bottom of nav bar */
		
			border: 0px none;
			margin: 20px 0px 0px 0px;
			padding: 0px 0px 0px 0px;			
		}

		.navtext { /* the headers in the nav bar */
			margin: 0px 0px 0px 5px;
			letter-spacing: 1px;
		}
		
		.navaudio {
			background-color: white;
			border: 0px none;
			margin: 0px 0px 0px 10px;
		}

		a.navaudio:hover {
			background-color: white;
		}

		.navindent { /* the indented features.  All features for links are in here. These override the default links */
			color: black; 
			background-color: white;
			margin: 0px 0px 0px 10px;
			letter-spacing: 1px;			
		}

		a.navindent:hover { /* we only want a reaction from hovered links. */
		   background-color: #cccccc;
		}

		.navindenttracks { /* override for .navindent for tracknames*/
			color: black;
			background-color: white;
			margin: 0px 0px 0px 10px;
			font-family: verdana;
			font-size: 7pt;
		}
	
	
		/* Posts section */
		
		.post { /* the whole posts section */
			margin: 0px 0px 5px 10px;
			padding: 10px;
		}
				
		.postmoods { /* the little moods and music box */
			border: 1px dashed black;			
			float: right;
			padding: 10px;			
			margin: 3pt;			
			margin-right: 5pt;
		}
				
		.postheader { /* the stuff that appears in the little posts header */
   			letter-spacing: 2px;  
			margin-bottom: 5px;
			color: black;
		}		
		
		.posttext { /* the main text of each comment */
   			margin-bottom: 5px;
			color: black;			
		}		
			
		.postcomment { /* the comments section */
			color: black;
			text-decoration: none; 
		}
		
		.footer {	/* footer section */
			font-size: 7pt;
			letter-spacing: 2px;
			text-align: center;
			width: 100%;
			font-family: verdana; 
			
		}
		
		
		.addcomment { 
		  	left: 15%;
			border: 1px solid black;
			width: 65%;
		   padding: 10px;
		}
		
		.createbox {
		   position: relative; left: 15%;
		   border: 1px solid black;
		   padding: 10px;
		   margin-left: 35px;
		   width: 65%;
		}
		
		.formtitle {	           
		   width: 90%;
		   font-weight: bold;
		   padding: 2px;
		   text-align: center;
		   border: 0px none black;
		}
		
		.inputtitle {
		   width: 50%;
		   padding: 2px;
		   text-align: right;
		   border: 0px none black;
		}
		
		.formdata { 
		   width: 50%;
		   padding: 2px;
		   text-align: left;
		   border: 0px none black;
		}
		
		.inputbox {
		   background-color: white;
		   margin: 1px;
		   width: 40%;
		   filter: alpha(Opacity=70, FinishOpacity=70,Style=1);
		}
		
		.formtextarea {
		   background-color: white;
		   width: 100%;
		   height: 200px;
		   filter: alpha(Opacity=70, FinishOpacity=70,Style=1);
		}
		
		.submitbox {
		   background-color: white;
		   margin-top: 5px;    
		   position: relative; left: 40%;
		   filter: alpha(Opacity=70, FinishOpacity=70,Style=1);
		}

		
		// -->
