/* JANET JACKSON */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("bar.css");
	@import url("footer.css");
	@import url("header.css");
	@import url("layout.css");
	@import url("spacing.css");


/* STYLE PRECEDENTS
--------------------------------------------------------------------------------- */



	* {
	
	margin: 0;
	padding: 0;
	
	}
		
	a,
	input {
	
	outline: none;
	text-decoration: none;
	
	}
		
	table {
	
	border-collapse: collapse;
	
	}
		
	ul, ol {
	
	list-style-type: none;
	
	}
		
	a.comments {
	
	display: none;
	
	}
		
	img {
	
	max-width: 100%;
	border: 0;
		
	}
	

/* PAGE CONTENT
----------------------------------------------------------------------------- */
	
	
/* Headings */


	h2 {
	
	display: none;
	
	}

	h4, 
	h4 a, 
	h4 a:hover {

	clear: left;

	}
	
	
	
	
	
