body {
		 font-family: Palatino, serif; 
		 font-size: 12px;
		 margin: 10px 0 0 0;
  		background: #C0C0C0;
			}
#container { 
  	width: 680px;  /* this will create a container of the browser width */
  	background: #C0C0C0;
  	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  	border: 1px solid #C0C0C0;
  	text-align: left; /* this overrides the text-align: center on the body element. */
		} 
td {
	 vertical-align:top;
	 }
A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration:none;  color: #000000;}
A:active {text-decoration:none;  color: #000000;}
A:hover {text-decoration:none; color: red;}