/* CSS Document *//* My ASP2 styles: by Jon L. Slate */body {	 color: white;	 background-color: grey;	 background-image:url(../images/GatwickTile.jpg);	 width: 95%;	 height: 95%;	 background-attachment: fixed;	 background-position: left top;	 background-repeat: repeat;	 }h1, h1 + p {            text-align: center;		   }tr td + td {           text-align: left;		   }tr td {      text-align: right;	  vertical-align: top;	  }a {  color: white;  }a:link, a:visited {                   text-decoration: underline;				  }a:hover {         text-decoration: none;		}.footer {        padding: 2px 2px 2px 2px;		}