/* CSS Document */
body
{ 
background-image:url('newsbg.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
background-position:top; 
}

.p {
	color: #000;
	align: justify;
	font-family: arial;
	font-size: 10px;
}

.h1 {
	color: #000;
	align: center;
	font-family: verdana;
	font-size: 7px;
	letter-spacing: .2em;
}
