
<style type="text/css">
ul{	
	list-style-type:none;
	padding:5px;
	margin:0;
	text-align:center;
	background-color:black;
	}
 ul li
{
	display:inline;
	}
ul li a
{
padding:.2em 4em;
color:white;
background-color:black;
text-align:center;
text-decoration:none;

}
ul li a:hover{
	color:black;
	background-color:white;
}
body
{
	background-image:url('/uday/home_bg.jpg');
	background-repeat:repeat-x,repeat-y,
	background-attachment:fixed;
	margin-left:20px;	
	margin-right:20px;
}

.container{
text-align:center;
}
.center_div
{
border:1px solid red;
margin-left:auto;
margin-right:auto;
width:80%;
background-color:black;
text-align:left;
padding:10px;
}p
{
color:#696969;
}
h1{
font-weight:bold;
color:white;
font-style:serif;
font-size:30px;
text-align:center;
text-decoration:none;
}




</script>