body {
background-image:url(background.jpg); 
color:white; 
font-weight:bolder; 
margin-left:30px;
text-align:left;
}

h1, h2, h3, h4, h5, h6 {
color:rgb(200,200,200);
max-width:700px;
}

p {
max-width:700px;
}

a {
color:rgb(255,255,0);
max-width:500px;
}

img.title {
margin-left:90px;
}

ul {
max-width:700px;
}

table {
width:700px;
border-color:yellow
}