﻿@media screen {

body {	color: black; background: white; 
font-family: georgia, "Bookman Old Style", bookman, "Times New Roman", "CG Times", times, serif; 
	/* "Goudy Old Style", "Goudy Old Style ATT", garamond, */  }

.bold { font-weight: bold; }
.date { font-weight: bold; }
.datestamp { font-size: 105%; text-align : right; }

.intro { font-size: 110%; font-weight : bold; text-align:center; }
.italic { font-style: italic; }
.nav { font-size: 95%; font-weight: bold; text-align: center; margin-right: 15%; margin-left: 15%; }
.return { margin-left: 5%; font-size: 90%; }
.toc-intro { font-size: 115%; font-weight: bold; }
.validation { text-align: center; }
.who { font-weight: bold; }
.year { font-weight: bold; }

dt { font-weight: bold; }

a { font-weight: bold; }
a:link { color: #00009C; background: inherit; }
a:visited { color: #871F78; background: inherit; }
a:active { color: #FF0000; background: inherit; }
a:hover { color: inherit; background: #FFA; }

hr { color: inherit; background: inherit; }

h1 { font-family: "Goudy Old Style", "Goudy Old Style ATT", garamond, georgia, "Bookman Old Style", bookman, "Times New Roman", "CG Times", times, serif; }
h1.descriptive-sub-head { font-size: 75%; }
h1.author-sub-head { font-size: 50%; }

h2 { font-family: "Goudy Old Style", "Goudy Old Style ATT", garamond, georgia, "Bookman Old Style", bookman, "Times New Roman", "CG Times", times, serif; }

h3,h4,h5,h6 { font-family: "Goudy Old Style", "Goudy Old Style ATT", garamond, georgia, "Bookman Old Style", bookman, "Times New Roman", "CG Times", times, serif; }

strong { font-weight: bold; }

em { font-style: italic; }
em.air-quote { font-style: normal; }
em.air-quote:before { content: open-quote; }
em.air-quote:after { content: close-quote; }

ul.return-list { list-style: none; margin-left: 5%; font-size: 90%; }
ul.plain { list-style: none; }

}

@media aural { 

.bi { richness: 100; stress: 100; pitch-range: 75; }
.bold { richness: 100; stress: 75; pitch-range: 75; }
.italic { richness: 75; stress: 75; pitch-range: 75; }
.date { richness: 100; stress: 75; pitch-range: 75; }
.year { richness: 100; stress: 75; pitch-range: 75; }
.who  { richness: 100; stress: 75; pitch-range: 75; }

a:link { cue-before: url("http://www.hicom.net/~oedipus/sounds/MetalDing.wav"); }
a:visited { cue-before: url("http://www.hicom.net/~oedipus/sounds/MetalPotThump.wav"); } 

/* CHANGES NEEDED TO DOCUMENT SOURCE /*
/* add class=external and class=this-page to external and internal links /*

a.external { cue-before: url("sounds/MetalWeightDrop.wav"); }
a.this-page { cue-before: url("sounds/ClayPotLid.wav"); }

abbr.speak { speak: normal; }
abbr.spell { speak: spell-out; }

acronym.speak { speak: normal; }
acronym.spell { speak: spell-out; }

em { richness: 75; stress: 75; pitch-range: 75; }
em.air-quote { richness: 75; stress: 75; pitch-range: 75; }

h1 { stress: 95; pitch-range: 95; cue-before: url("sounds/Click7.wav"); }
h2 { stress: 90; pitch-range: 90; cue-before: url("sounds/Click6.wav"); }
h3 { stress: 80; pitch-range: 80; cue-before: url("sounds/Click4.wav"); }
h4 { stress: 70; pitch-range: 70; cue-before: url("sounds/Click5.wav"); }
h5 { stress: 60; pitch-range: 60; cue-before: url("sounds/Click3.wav"); }
h6 { stress: 55; pitch-range: 55; cue-before: url("sounds/Click2.wav"); }

strong { richness: 100; stress: 75; pitch-range: 75; } 
}

