/*----------------------------------------------------------------------------*/
/* Style sheet for Printing my "website designer & programmer" informational pages
/* (c) Andy Rushton

/*----------------------------------------------------------------------------*/

h1
{ 
  font-family: "Tahoma Bold", "Helvetica", sans-serif;
  font-size: xx-large;
  font-weight: bold;
  text-align: left;
  page-break-after: avoid;
}

h2
{ 
  font-family: "Tahoma Bold", "Helvetica", sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
  page-break-after: avoid;
}

p
{ 
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

span.icon
{ 
  float: left;
  margin: 0px 10px 0px 0px;
}

span.icon a
{ 
  border-width: 0px;
  text-decoration: none;
}

span.icon img
{ 
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

div#menu
{ 
  display: none;
}

a
{
  color: #000000;
  text-decoration: none;
}

