body {
background: #E7E7E7 url(bg.gif);
margin: 0 !important;
}

#container {
margin: 0 auto;
width: 750px;
background: #FFFFFF;
}

div, td  {  
text-align: justify; 
color: #848484; 
line-height:20px; 
font-family: arial;
font-size: 12px; 
letter-spacing: 0px;
}

img.image {
	
border: 8px solid #848484;
}


img.image:hover {
	
border: 8px solid #504F4F;
}

a:link {  
color: #504F4F;
text-decoration: none;
}
  
a:visited {  
color: #504F4F; 
text-decoration: none;
}
  
a:hover {   
color: #848484;
background: none;
text-decoration: none;
cursor: default;
}