
/*  This is arctr.css the stylesheet for the Arctracer website.        */
/* Jerry revised this in Nov 2009 to use more W3C standards      */ 

body
{ 
background-color: #000066;    /* background-color: navy; is almost the same color */
color: #ffffff;
font-family: Arial, Verdana, sans-serif; 
line-height: 1.33;
} 

h1   {font-style: italic; text-align: center; font-size: 2em; margin: .67em 0; }
h2   {font-style: italic; text-align: center; font-size: 1.5em; margin: .83em 0; }
h3   {font-style: italic; text-align: center; font-size: 1.17em; margin: 1em 0; }
h4   {font-style: italic; text-align: center; font-size: 1.0em; margin: 1.33em 0; }
h5   {font-style: normal; text-align: center; font-size: .83em; line-height: 1.17em; margin: 1.67em 0; }
h6   {font-style: normal; text-align: center; font-size: .67em; margin: 2.33em 0; } 

h1, h2, h3, em, strong          { font-weight: bolder; }
em        {font-style: italic; }
strong  {font-style: normal; }

big        { font-size: 1.17em; }
small, sub, sup { font-size: .83em; }

blockquote, ul, fieldset, form, ol, dl, dir, menu  {font-style: normal; margin: 1.33em 0; }

p {font-style: normal; margin-left: 5em; margin-right: 5em;}

ul   {list-style-type: none; }  /* no bullets on unsorted lists */

table  {width: 100%;}

caption   { text-align: center; }

img    {border: 0;}

a:link    {color:#ffff00;}
a:visited {color:#88ff00;}
a:active  {color:#ff8800;}
a:hover   {color:#ffff00;}

ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM,
FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, NOFRAMES, 
OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, PRE   { display: block; }
LI              { display: list-item; }
HEAD            { display: none; }
TABLE           { display: table; }
TR              { display: table-row; }
THEAD           { display: table-header-group; }
TBODY           { display: table-row-group; }
TFOOT           { display: table-footer-group; }
COL             { display: table-column; }
COLGROUP        { display: table-column-group; }
TD, TH          { display: table-cell; }
CAPTION         { display: table-caption; }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */

@media print {
  page         { margin: 10% }
  H1, H2, H3, H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, PRE    { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

@media aural {
  H1, H2, H3,   H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
