/*Impington Swimming Club (ISC) Style Sheet for PRINT*/
/*Carl Myhill, August 2003*/
/*Please feel free to copy and reuse any or all of this if you want to*/
/*CSS Validated 29th August 2003*/


body {  background: white;
        font-size: 12pt; 
	       margin: 0;
		  padding: 0;
		 }

/*Make visited links the same colour as normal for print */
:link 	{ color: #00C; background: transparent }
:visited { color: #00C; background: transparent  }
a:active { color: #00C; background: transparent  }
:visited { color: #00C; background: transparent }

#navbar  {	display: none;
			}


#main {
		border-top: 1px solid #3333cc; 		
		margin: 0em 0em 0em 9em;

		 
		}


					
