/*
 * haydenr-print.css
 *
 * Copyright (c) 2006 Hayden-R ltd.
 * All Rights reserved.  
 *
 */
 
/* 
 * CSS2 style sheet for 'Web Content Accessablility'.
 * author: Colin.A.Ridgewell
 */

/* general */

body {
  font-size: 12px; 
  font-family: "Times New Roman", "TimesNR", Times, serif; 
  }

* {
  color: black !important;
  background: white !important;
  } 
  
acronym {border-bottom: 1px dotted; cursor:help;}
  
a {  color: #0000cc; text-decoration: none;}
a:hover {  color: #0000cc; text-decoration: none}
a img {border: none;}  
  
/* hidden stuff */

*.hidden {display: none;}

/* text formatting */

q {font-style: italic;}

/*****************************************************************************/
/*                                                                           */
/*                     page structure elements                               */
/*                                                                           */
/*****************************************************************************/

/* NOTE: these are ID's and thus can only be used once on each page and sequentially! */

/* div#header #title-pad specific */

/* div#header #title specific */

/* div#header #navbar-pad specific */

/* div#header #navbar specific */

div#header #navbar { display: none; }

/* div#terminology specific */

/* div#footer specific */

/* misc */


