/* insert in html pages
<link rel="stylesheet" href="/hcplc/tech/css/divs.css" type="text/css" media="screen">
<link rel="stylesheet" href="/hcplc/tech/css/print.css type="text/css" media="print">
*/

/* if layout needs to be identical for screen and print
<link rel="stylesheet" href="/hcplc/tech/css/print.css" type="text/css" media="all">
*/

body
{ font: 100% Georgia, "Times New Roman", Times, serif;
  background: #fff;
  color: #000; }

h1
{ border-bottom: 1px solid #999;
  margin-bottom: 1em; }

#mainMenu
{ display: none; }

#footer
{ border-top: 1px solid #999;
  text-align: right;
  margin-top: 3em; 
  padding-top: 1em;
}

#footer ul
{ display: none; }

a { color: #000; 
    text-decoration: none;
	}
