body{
background-image:url("grey.jpg");width:1000px;text-align:justify;margin:auto;font-family:helvetica;color:gray;

}


a:link{
text-decoration:none;font-weight:900;color:white;
}

a:visited{
text-decoration:none;font-weight:900;color:lightgray;
}

a:hover{
text-decoration:none;font-weight:900;color:orange;
}

a:active{
text-decoration:none;font-weight:900;color:red;
}






div.nav{
background-color:black;width:auto;color:white;height:20px;
}


div.nav ul{ 
list-style-type:none;padding:0px;margin:0px;
}

div.nav ul li a{
display:;width:150px;float:left;margin:0px 25px
}

div.text{
width:730px;float:left;
}

div.contact{
padding:10px;background-color:white;
}