body {
	background: #fff url('../images/kubrickbgcolor.jpg');
}

body, div, td, th { /* redundant rules for bad browsers  */  
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}  

p { line-height: 140%;
	text-align:justify;
	margin-bottom:10px;
	}
	

#NewsDiv { 
		position: absolute; 
		left: 0	; 
		top: 0; 
		width: 90%;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 12;
		margin:20px;
		}

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
}

h1 {
	font-size: 150%;
	margin: 0;
	color:#73a0c5;
	text-transform:uppercase;
	margin-bottom:20px;
}



h2 {
	font-size: 100%;
	color:#F00;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h3 {
	font-size:13px;
	color:#000;
	padding-bottom: 8px;
	margin: 0;
	text-align:Left;
}

h4 {
	font-size: 100%;
	margin: 0;
	color:#F30;
	font-weight:bolder;
	text-transform:capitalize;
	margin-bottom:15px;
}

h5 {
	font-size: 100%;
	margin: 0;
	color:#333;
	font-weight:bolder;
	text-transform:capitalize;
	text-decoration:underline;
	margin-bottom:10px;
}





a, a:active, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover { 
			color:#09F; 
			text-decoration: none;
		}




hr {
	display: none;
	}
	


